2008/7/22 Christopher <[EMAIL PROTECTED]>:
> <div id="flashbox">
> <div class="flashboxcolor" id="flashboxborder2"></div>
> <div class="flashboxcolor" id="flashboxborder3"></div>
> </div>
>
> Now what I am after is that each of the <id> all share the same color so
> when I apply lets say "white"
> to the flash box the other <id> all get the same color "white applied
> now I know something is a little wrong here.
I'm sorry but I can't understand what it is you're trying to say here.
You have 3 ids in the above snippet:
1. flashbox
2. flashboxborder2
3. flashboxborder3
Now, you want all of these to have "color:white" yes? (IE, the font
turns white). If you make a rule like:
#flashbox {
color:white;
}
This will apply to the nested elements (which in this case happens to
be 2 <div> elements, which also happen to have the associated ids.)
This is what you want, but somehow ... not?
Regards,
Svend
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/