简体   繁体   中英

IE7 with ul and li in css table

I have a CSS table I made that looks good on all browsers except IE7. In IE7, the ul cells are been out of set.

link: https://dl.dropbox.com/u/107452929/issue/index.htm

Try this.

ul ul{
   *left: 0;
   *margin: 0;
   *padding: 0;
}

if that does not work you may have to add a negative left margin to the ul ul.

Adding the * will target only ie7

Just add float: none and clear:both to your class- likeAndselete .

This will give you the same look and feel in all the browsers

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