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 again and set the rules to fit your design.

If you want to jump in with both feet read Eric Meyer "Reset" info here:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

Jim

On Feb 4, 2008 10:50 AM, Chris Akins <[EMAIL PROTECTED]> wrote:

> Validated page with included styles is here:
>
> www.springfieldmo.gov/egov/cityclerk/minutes_testHtags.html
>
> Everything is fine except for the <h2 class="description"> 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
> have IE7 to test).  Firefox, Safari on Mac are great as well as Firefox on
> PC.
>
>
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to