POV-Ray : Newsgroups : povray.beta-test : [doc] where is css : Re: [doc] where is css Server Time
29 Jul 2024 18:16:55 EDT (-0400)
  Re: [doc] where is css  
From:
Date: 27 Mar 2002 11:26:32
Message: <dvr3au0l9pv2v86amasifb6mlq5t1pja70@4ax.com>
On Wed, 27 Mar 2002 17:12:41 +0100, "Thorsten Froehlich" <tho### [at] trfde>
wrote:
> > why there is  bgcolor="#ffffff" in body ?
>
> Because older versions of IE used to view the help don't support style
> sheets...?

There can be such cases
1) so called 'older' version of IE without css support with default values -
bgcolor rather not interfere becouse default value of text color was black
2) so called 'older' version of IE without css support with text
color/background set by user to white on black schema - forced bgcolor causes
white letters on white background
3) so called 'newer' version of IE with css support and default values - there
is no specification of color in body neither in css so default values are used
and result is visible as in case 1)
4) so called 'newer' version of IE with css support and default values
overwritten (inversed) to white on black - it cause white text on white
background - I have checked this case in my IE 5

Of course there is a possibility to define own css file but how can I know
this if it is written in documentation as white on white text ?

bgcolor removing could be wrong solution becouse some css entries have color
defined and can interfere with default values of user so my suggestion is to
add text, link, alink and vlink parameters to body

ABX


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.