css代码:
以下是引用片段: body{ font: 80% Arial,sans-serif; background: #666; } #nav{ width: 170px; background: url(navbg.gif) bottom; list-style-type: none; margin: 0; padding: 0; } #nav a{ display: block; width: 170px; line-height: 25px; text-decoration: none; color: #333; text-indent: 10px; font-weight: bold; background: url(nav2.png); } #nav a:hover{ background: none; color: #999; } |
用if调入对ie的css控制:
以下是引用片段: <!--[if gte IE 5.5]> <![endif]--> |