I have a div:
<div class="navigation mainPage"></div>
I need to specify that: every DIV that has a class "navigation" AND class "mainPage" should have "width: 999px".
Is this possible? thx
|
I have a div:
I need to specify that: every DIV that has a class "navigation" AND class "mainPage" should have "width: 999px". Is this possible? thx
| |||
|
feedback
|
| |||||||
feedback
|
|
You can try
but this doesn't work in IE6. You can try to go around by doing
and then CSS
Even though this isn't the nicest solution, but I don't know of any other way around it. | |||
|
feedback
|
|
Try this:
| |||||||||||||
feedback
|