Anyone know where I can see the correct use of div's with multiple classes
specified.
I thought I'd read a Tantek responce showing this somewhere and now I can't
seem to get back there... not sure what to search on... everything I search
on just pops up the usual...
--
Thanks a lot...
Rich
RichardRPlourde@comcast.net
http://RichardRPlourde.home.comcast.net
Spartanicus - 31 Oct 2004 08:18 GMT
>Anyone know where I can see the correct use of div's with multiple classes
>specified.
Multiple classes are separated by a space.
.one{background:#fff}
.two{color:#000}
<div class="one two">foobar</div>

Signature
Spartanicus