On 03/08/06, Robert O'Rourke <[EMAIL PROTECTED]> wrote:
>
> Christian Montoya wrote:
> > On 8/3/06, Eoin Maguire <[EMAIL PROTECTED]> wrote:
> >
> >
> >> It seems strange to create a whole new style just for adding bold text
> but
> >> then I can't think of any other way of doing it. I've ended up creating
> >> styles named things like 'makeBold' with nothing more than
> "font-weight:
> >> bold" inside them.
> >>
> >> Is this the proper way of adding simple levels of styling?
> >>
> >


Multiple classes are not supported by IE. Use <strong> for semantics, and if
you really need to:

strong {
font-weight: bold;
}

...<strong> is semantic, generally rendered as bold in browsers, and the css
rule will ensure that this is so from a presentational level!




-- 
http://www.web-buddha.co.uk
http://www.projectkarma.co.uk
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to