Home  >  Article  >  Web Front-end  >  In IE7 and below, the text is displayed horizontally, how to solve it_html/css_WEB-ITnose

In IE7 and below, the text is displayed horizontally, how to solve it_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:18:031102browse

ie7 css

I posted this thread before, but no one replied, let alone someone solved it, so when I posted it
there was a ff6d136ddc5fdfeffaf53ff6ee95f18525edfb22a4f469ecb59f1190150159c62867e861ba23559b572f230426ab14ea...929d1f5ca49e04fdcb27f9465b944689After float:left, click here to visit www.60site.com. In IE7, the following words are displayed horizontally. How to solve this problem?
The html code is as follows:
<div class="dhv allSt" onselectstart="return false"><ul class="test" id="one"><li><img src="img/y.jpg" class="imgTip" title="编辑" /><a class="main" href="http://www.60site.com/" site="" target="_blank"><div>60site</div></a></li><li>.....</li><li>.....</li></ul></div>

Reply to discussion (solution)

Take a screenshot... or q877470746

Take a screenshot:
[img=http://my. csdn.net/asdfg123_/album/detail/1418294#1418294][/img]

Check the font settings, remove the @ in front of the font or try using a font without @

only Can you guess whether a special font is set? Try setting line-height

Generally, CSS fonts are preceded by @
, for example, font-family:黑体;
You write font-family:@黑体;

Solved, thank you everyone

Statement:
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