On 02/01/07, Ross Hulford <[EMAIL PROTECTED]> wrote:
> I have a selector
>
> #page1 #container-inside, #page2 #container-inside, #page3 #container-inside {
>
> }
>
>
> is there a way to shorten this to combine the target divs or something?
>
> #page1, #page2,  #page3  #container-inside

I assume that there aren't 3 elements with the same ID. ;)

Unfortunately, not in the way you would like. Perhaps if you reformat
your markup, you could use something like:
<style type="text/css">
#container #pages div {}
</style>

HTH
-- 
Cheers,
Sasha
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to