Home > Web Front-end > HTML Tutorial > 为什么在ie6、7下链接的字只显示半截?_html/css_WEB-ITnose

为什么在ie6、7下链接的字只显示半截?_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:32:48
Original
1014 people have browsed it

<style type="text/css">.TopRight{float:left;margin-left:10px;height:240px;width:535px;border:1px solid #edd8b0;}.TopRight a{text-decoration:none;color:#F5FFFA;}.TopRight .item{float:left;width:170px;height:115px;margin-left:3px;margin-top:2px;border:1px solid #e0e0e0;}.TopRight .item a{display:block;}.TopRight .item .pd_pic {float:left; height:50px; width:168px;}.TopRight .item .pd_info {float:left; padding-left:5px;margin-top:15px;}.TopRight .item .pd_info a{color:#FF7F00;}.TopRight .item .pd_info a:hover{text-decoration:underline;}.TopRight .item h3{line-height:2px; font-size: 15px; font-weight:lighter; color: #1a66b3;margin-bottom:15px; }.TopRight .item h4{ line-height:2px;font-size:12px;font-weight:lighter;margin-bottom:15px;}</style><div class="TopRight"><div class="item">   <table>      <tr><td><div class="pd_pic"><a href="" target="_blank" title=""><IMG src="./logo/mylogo.jpg"></a></div></td></tr>      <tr><td><div class="pd_info"><h3><a href="" target="_blank" title="英雄岛">英雄岛</a></h3><h4>英雄岛</h4><h4>帝国</h4></div></td></tr>    </table></div></div>
Copy after login


回复讨论(解决方案)

.TopRight .item h3{line-height:150%;font-size:15px; font-weight:lighter; color: #1a66b3;margin:0;padding:0;}.TopRight .item h4{line-height:150%;font-size:12px;font-weight:lighter;margin:0;padding:0;}
Copy after login

行高设置小了

行高设置小了
++

引用 2 楼 athrunzero 的回复:

行高设置小了

++
++

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template