Previous Message
Next Message

Multiple Class Part 2

Sent by les mots enchantes on 1 September 2004 02:02


>The moral of the story is multiple classes work perfectly fine in Internet
>Explorer, unless you have multiple-class selectors in your CSS.
>
>Jon

If understand it is better with IE  to write multiple-class that way

..myclass { font-weight: bold }
..yourclass { font-style: italic }
..ourclass{ color: red }

<div class="myclass"> 1 </div>
<div class="yourclass"> 2 </div>
<div class="myclass yourclass ourclass"> 3 </div>






______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: