Hi Jon,
> I've just created a class called "homepage-box" within an id called
> "content". However, my css rule "#content.homepage-box" does not show any
> rules I set [...]
> #content.homepage-box
Your selector refers to any element which has an id attribute of value
"content" AND a class attri
On 10/23/06, Jon Rendle <[EMAIL PROTECTED]> wrote:
> However, my css rule "#content.homepage-box" does not show any
> rules I set (top border etc.),
>
> Cakes to celebrate any occasion
>
#content.homepage-box is a single specifier for "the element with id
content and class homepage-box".
Help, my first attempt at css and I'm already stuck!
I've just created a class called "homepage-box" within an id called
"content". However, my css rule "#content.homepage-box" does not show any
rules I set (top border etc.), either in Dreamweaver's design view, or on
the uploaded page at www.devo