Dave Goodchild wrote:
>
>
> On 03/08/06, *Robert O'Rourke* <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Christian Montoya wrote:
>     > On 8/3/06, Eoin Maguire <[EMAIL PROTECTED]
>     <mailto:[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:
>

Thats only if you concatenate class rules in the css like so:

.className1.className { rule : attribute ; }

I've never had a problem using multiple classnames in the html as per 
Christian's suggestion and using the following css:

.className1 { rule : attribute ; }
.className2 { rule : attribute ; }

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