ie opera background colors
am 09.01.2008 17:39:32 von unknownPost removed (X-No-Archive: yes)
Post removed (X-No-Archive: yes)
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.
--
-bts
-Motorcycles defy gravity; cars just suck
Post removed (X-No-Archive: yes)
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
Post removed (X-No-Archive: yes)
richard wrote:
> "Beauregard T. Shagnasty" wrote:
>>You did not mention "iframe" in your original post.
>>Add the CSS code to the iframe page.
>>Post a URL.
>
> http://oldies.littleworldofours.com/oldies1.html
Ok...
> click on "alphabetical list>>1960>>master">
Ok, now what?
Where do you want a background color? You've not assigned one to the
body of the page in the iframe (nor in the main page, either). I see my
default purple.
You don't read much other advice given in these groups. See:
http://k75s.home.att.net/fontsize.html
--
-bts
-Motorcycles defy gravity; cars just suck