Page 1 of 1

What's the meaning of it ? ( CSS Question )

Posted: Wed Oct 08, 2008 9:14 pm
by Mds
Hi all.
I saw something like this somewhere :

Code: Select all

.rightSide searchBox{
 
}
What's the meaning of it in CSS ?
It means we have a something like this :

Code: Select all

<div class="rightSide ">
    <div class="searchBox">
    </div>
</div>
Image

Thanks in advance

Re: What's the meaning of it ? ( CSS Question )

Posted: Thu Oct 09, 2008 4:54 am
by VladSun

Re: What's the meaning of it ? ( CSS Question )

Posted: Thu Oct 09, 2008 5:41 am
by onion2k
It means the CSS is broken. It would have to be ".rightSide .searchBox" to work..