-1
在這個網址http://wpbeta.nfshost.com/simplysimple/index.html上,在頁面中央有文字「Currently,testing ...」,但它不會在Safari中顯示。它顯示在Chrome,Firefox和IE中。什麼CSS或HTML導致「目前,測試...」不會顯示在Safari中,但在其他瀏覽器?
你知道這個問題可能是什麼嗎?
在這個網址http://wpbeta.nfshost.com/simplysimple/index.html上,在頁面中央有文字「Currently,testing ...」,但它不會在Safari中顯示。它顯示在Chrome,Firefox和IE中。什麼CSS或HTML導致「目前,測試...」不會顯示在Safari中,但在其他瀏覽器?
你知道這個問題可能是什麼嗎?
這裏有幾個問題。
</br>
的方式不同所致。<br />
,但實際上你應該使用CSS樣式創建空白,而不是換行符。試試這個HTML:
<header id="fixednav">...</header>
<div id="main">
<h1>Currently testing</h1>
<p>"I believe that one day…"</p>
<p>-Cool Dude <a href="http://someurl.com" desc="giant mango site">someurl.com</a></p>
</div>
這個CSS:
#fixednav {
background-color: #fff;
display: block;
height: 100px;
left: 50%;
margin-left: -275px;
position: fixed;
top: 0;
width: 550px;
z-index: 2;
}
#main {
margin: 100px auto 0 auto;
width: 550px;
}
不能確定,但也許事情做的'顏色:white'在'::選擇{ ''或'body'標籤中的瘋狂字體? 'font-family:「ゴラギノ角ゴPro W3」' – 2011-05-13 16:42:26