[thelist] CSS Questions

Peter-Paul Koch gassinaumasis at hotmail.com
Wed Nov 7 10:34:41 CST 2001


>What do the classes below do?  I'm not talking about the border-right or 
>padding-right, but more the IMG within the .sidebar class & the .container 
>within the .sidebar class.
>
>.sidebar IMG {
>BORDER-RIGHT: #003366 1px solid
>}
>Does this only apply to IMG tags within the sidebar class?

This applies to all IMG tags that are inside any element with 
CLASS="sidebar", so

<DIV CLASS="sidebar"><IMG></DIV>

or even
<BODY CLASS="sidebar"><DIV><IMG></DIV></BODY>

>.sidebar .container {
>PADDING-RIGHT: 5px
>}
>Does this only apply to the container class that is nested within the 
>sidebar class?

This applies to all elements with CLASS="container" that are inside any 
element with a CLASS="sidebar".

Hope this helps,

ppk


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





More information about the thelist mailing list