在IE中查看我的网站时,网站描述看起来好像字母的底部被切断了。当然,一切都很好,在Safari / Firefox / Chrome中看起来不错,但IE正在扼杀我。它是在WordPress Twenty Ten主题上制作的。
我调整了边距和填充没有运气。似乎减小字体大小有帮助,但它不能小得多或者它将是不可读的。
非常感谢任何帮助。
谢谢!
亚历
这是在Safari和IE中并排呈现的页面:http://screencast.com/t/b4YnDKANsg91
以下是标题代码:
/* =Header
-------------------------------------------------------------- */
#header {
padding: 15px 0 0 0;
}
#site-title {
float: left;
font-size: 30px;
line-height: 36px;
margin: 0 0 4px 0;
width: 300px;
}
#site-title a {
color: #000;
font-weight: bold;
text-decoration: none;
}
#site-description {
clear: right;
float: right;
color: #006400;
font-size: 23px;
font-style: regular;
margin: 45px 0 10px 0;
width: 610px;
}
/* This is the custom header image */
#branding img {
border:none;
clear: both;
display: block;
}
/* This is the search form in the header */
#searchform {
float: right;
margin-top: -30px;
z-index: 500;
}
答案 0 :(得分:1)
如果没有看到完整的CSS,我无法确定,但我怀疑是溢出:可见会解决这个问题。另一个选择器可能将其设置为剪切或隐藏...如果这不起作用,请尝试将高度设置为em单位而不是像素(例如2em)。