joelwenzel
Programmer
- Jun 28, 2002
- 448
div.menuBar,div.menuBar a.menuButton {
stuff to set the style
}
I do not understand what the div.menuBar a.menuButton means. Does it mean that the a menuButton class can only be called within a div.menuBar block? I understand how the comma separates classes so that they can have the same style properties without having to declare two separate statements.
stuff to set the style
}
I do not understand what the div.menuBar a.menuButton means. Does it mean that the a menuButton class can only be called within a div.menuBar block? I understand how the comma separates classes so that they can have the same style properties without having to declare two separate statements.