Hi :)
Is there anything obvious wrong with the following selectors? IE6 on Win
seems to be ignoring them, but I am getting the expected results in IE5.x
and Chimerea/Mozilla (MacOSX).
.boxHead>h1,h2,h3 { margin: 0 0 2px 5px; }
.boxSubHead>h1,h2,h3 { margin: 0 0 2px 0px; }
#leftcontent>div.boxContent { font-size: .8em; }
#rightcontent>div.boxContent { font-size: .8em; }
TIA, verdon