Topic: body>#menu and html>body #menu li a conflicting? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 10-14-2002 22:32
Please have a look here: code: body>#menu {width: 220px;}
code: html>body #menu li a {width: auto;}
|
Paranoid (IV) Inmate From: Dallas, TX |
posted 10-16-2002 00:58
IE doesn't do padding very well, patric. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 10-16-2002 01:23
Patric: From the code I see you using you aren't actually implementing the box model hack properly which is why you are having problems - for an explanation look here: |
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 10-16-2002 12:09
Thanx to both of you! |