【发布时间】:2009-11-13 15:35:09
【问题描述】:
在我的 wordpress 博客上,页面标题在 windows 和 linux 中的显示方式不同。在 Firefox 的 Linux 上,它看起来很流畅,但在 Firefox 和 IE 的 Windows 上,它有粗糙的边缘。在 Windows 上,它显示为 http://img691.imageshack.us/img691/4592/picwindows.png 。有什么办法解决这个问题?
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;
}
谢谢。
【问题讨论】: