Re: [css-d] What Margin Unit Does IE6 Want?

2008-02-04 Thread Gunlaug Sørtun
Chris Akins wrote: > www.springfieldmo.gov/egov/cityclerk/minutes_testHtags.html > > Everything is fine except for the items. > These are the left hand, called out headers. They are supposed to > line up vertically with the text to the right of them, which they do > everywhere but IE6 (don't

Re: [css-d] What Margin Unit Does IE6 Want?

2008-02-04 Thread Jim Davis
Chris, You may find it more efficient to zero out the margins etc. then set the variables to your liking. Thus your chosen rules will apply across all browser types. Something like: h2 { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; } Then enter h2 agai

[css-d] What Margin Unit Does IE6 Want?

2008-02-04 Thread Chris Akins
Validated page with included styles is here: www.springfieldmo.gov/egov/cityclerk/minutes_testHtags.html Everything is fine except for the items. These are the left hand, called out headers. They are supposed to line up vertically with the text to the right of them, which they do everywhere bu