2009-11-13 41 views
0

在我的wordpress博客上,頁面標題在Windows和Linux上顯示的方式不同。在Firefox的Linux中,它的流暢性和顯示效果都應該如此,但在Firefox和IE中的Windows上都有不盡如人意的地方。在Windows上,它顯示爲http://img691.imageshack.us/img691/4592/picwindows.png。有任何解決這個問題的方法嗎 ?在Windows和Linux上的瀏覽器中,頁面標題的字體顯示爲不同

的CSS如下:

#pagetitle{ 
    padding: 3em 0 0 1em; 
} 

#pagetitle h1.logo{ 
    font-family: "Arial Black", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati; 
    font-size: 500%; 
    float: left; 
    padding: .1em 0 0 0; 
    margin: 0; 
    letter-spacing: -0.1em; 
    /*font-variant: small-caps;*/ /* Uncomment this line to change title to uppercase */ 
    font-weight: normal; 
    color: #eeeadb; 
} 

#pagetitle h1.logo a{ 
    color: #eeeadb; 
    text-decoration: none; 
} 

#pagetitle h1.logo a:hover{ 
    color: #fff; 
} 

#pagetitle h4{ 
    float: left; 
    border-left: 1px solid #8e7762; 
    padding: .6em 0 .6em .8em; 
    margin-left: 1em; 
    color: #e9e2c9; 
} 

謝謝。

回答

0

打開你的桌面設置中的cleartype?

相關問題