Posted by Beauregard T. Shagnasty on 01/09/08 18:21
richard wrote:
> "Beauregard T. Shagnasty" wrote:
>
>>richard wrote:
>>> What to use to force
>>
>> You can't "force" anything on the WWW.
>>
>>> IE and Opera to take on the intended background colors?
>>
>> Nothing special. CSS works fine.
>>
>>> Neither color,
>>
>> "color" is foreground.
>>
>>> nor background-color do the job.
>>
>> Then you haven't used it properly.
>>
>>> So what else is there?
>>> Or where to put it?
>>
>> In your style sheet:
>>
>> body {
>> background-color: #2f4f4f;
>> color: #fff;
>>}
>>
>> Post a URL.
>
> Checked that. Works as a single open page by itself, but not within an
> iframe.
You did not mention "iframe" in your original post.
Add the CSS code to the iframe page.
Post a URL.
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|