0

我有一个我制作的 CSS 表,它在除 IE7 之外的所有浏览器上看起来都不错。在 IE7 中,ul 单元格不正确。

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

4

2 回答 2

0

尝试这个。

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

如果这不起作用,您可能必须在 ul 中添加负左边距。

添加 * 将仅针对 ie7

于 2012-10-31T10:32:57.543 回答
0

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

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

于 2012-10-31T12:00:29.457 回答