On 7/27/05, Rebecca Cox <[EMAIL PROTECTED]> wrote:
>
> Grr IE, you know how you can use an ID & class selector together on same
> element?
>
> Eg
>
> .resources .stories#banner {
> background: #666;
> }
>
> .resources .know#banner {
> background: #ccc;
> }
>
> All fine & valid
Rebecca Cox schrieb:
Grr IE, you know how you can use an ID & class selector together on same
element?
Eg
.resources .stories#banner {
background: #666;
}
.resources .know#banner {
background: #ccc;
}
All fine & valid etc but IE6 Win will only apply the first such style in the
Grr IE, you know how you can use an ID & class selector together on same
element?
Eg
.resources .stories#banner {
background: #666;
}
.resources .know#banner {
background: #ccc;
}
All fine & valid etc but IE6 Win will only apply the first such style in the
CSS file - so in this