Posted by Gιrard Talbot on 11/20/06 01:16
Trefor wrote :
> I'm using Mozilla 1.7.12 and have a question about colors
> which do not seem to be correct. In the web page which
> I am developing I have used tables to create a border
> effect around objects. Within the table code I have :
> bordercolor="saddlebrown" bordercolorlight="rosybrown"
saddlebrown and rosybrown are CSS 3 colors (section 4.3) but bordercolor
and bordercolorlight are proprietary HTML extensions, are non-standard.
Why not use web standards and validate your webpage instead?
HTML validator: http://validator.w3.org/
CSS validator: http://jigsaw.w3.org/css-validator/
> Would specifying the color by number make any diff ?
> I suspect not. I can't find any option to tell
> Mozilla to stop that and use the colors defined.
> What can a guy do now ????? Trefor
Using valid markup code and valid CSS code will make a difference.
Recent Mozilla releases (stable releases) and Firefox 1.5+ support CSS 3
color module. So, that's not the problem with your webpage. The problem
with your webpage is use of proprietary (Microsoft) and non-standard
HTML extension instead of using valid standard markup code.
GΓ©rard
--
remove blah to email me
Navigation:
[Reply to this message]
|