Rich Rich Man 20 December 2005 I’ve never ‘hacked’ css, only ever used the child selectors to override IE attributes with Firefox ones. eg #header{margin:3px 0 5px 10px;}html>body #header{margin-top:5px;} 1st is IE, 2nd Firefox. If IE7 supports child selectors, it looks like I’m in > trouble.
I’ve never ‘hacked’ css, only ever used the child selectors to override IE attributes with Firefox ones.
eg
#header{margin:3px 0 5px 10px;}
html>body #header{margin-top:5px;}
1st is IE, 2nd Firefox.
If IE7 supports child selectors, it looks like I’m in > trouble.