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
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
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