简体   繁体   中英

IE7 a tag float left bug

HTML

 <a href="#">M1</a>
 <a href="#">M2</a>
 <a href="#">M3</a>
 <a href="#" class="front">FirstONE</a>

CSS

a.front{float:left;}

ONLINE SAMPLE: http://jsbin.com/anirot/2

the other browsers are fine just IE7 , looks front class cannot display at the front. Is there any tricks could get it fixed? I've try display inline or block, doesnt help at all. even *display:inline, zoom:1

Thanks

Put front link in HTML before other three ones. If you need exact HTML structure you've shown, move the element to corresponding position in HTML via JavaScript for IE7 only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM