Svend Tofte wrote:
> 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
>
>   
I tried this, but flashboxborder2 and 3 the color in not being applied.

-- 

*Christopher* - the creative sheep

*animator*///motion graphics artist/\\*web dev*

web: www.walkfar.ca <mailto:[EMAIL PROTECTED]> email: 
[EMAIL PROTECTED] <http://www.walkfar.ca/>

______________________________________________________________________
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/

Reply via email to