![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Been awhile since I've done any significant html work. Was wondering if I need to worry at all about colors and using html safe colors? I can't imagine too many people browsing the web anymore at 256 colors. Thanks, Steve |
#3
| |||
| |||
|
|
Zamdrist wrote: Been awhile since I've done any significant html work. Was wondering if I need to worry at all about colors and using html safe colors? I can't imagine too many people browsing the web anymore at 256 colors. - - W3Schools reports color usage |
|
Still, their comment about hand-held devices is important; there is a growing audience who use cell phones to surf the Web. |
#4
| |||
| |||
|
|
Been awhile since I've done any significant html work. Was wondering if I need to worry at all about colors and using html safe colors? I can't imagine too many people browsing the web anymore at 256 colors. |
#5
| |||
| |||
|
|
It has been repeatedly said and demonstrated in this and other groups that W3schools contains much rubbish, and it's unreliable as any kind of reference. |
#6
| |||
| |||
|
|
As for color depth and display resolution, even if W3Schools' data is off, there are still a number of users of 16-bit color (I use 32-bit color) and 800x600 resolution (including me). Should we design our Web pages only for 32-bit color and 1280x1024 resolution? I don't think so. |
#7
| |||
| |||
|
|
Long, long ago with my nose press against a whopping 14 incher the browser was set to max often! |
#8
| |||
| |||
|
|
Been awhile since I've done any significant html work. Was wondering if I need to worry at all about colors and using html safe colors? I can't imagine too many people browsing the web anymore at 256 colors. |
#9
| |||
| |||
|
|
That's irrelevant to the question about "HTML safe colors". If you use a color that is not one of the colors supported by a display device, it will be mapped to the nearest supported color. So what's the problem? |
#10
| |||
| |||
|
|
That's irrelevant to the question about "HTML safe colors". If you use a color that is not one of the colors supported by a display device, it will be mapped to the nearest supported color. So what's the problem? The original problem was that if you used an "unsafe" colour some combinations of browser/display adapter tried to display the colour by using a dithering technique which resulted in some weird-looking patterns appearing. |
|
I would doubt that this is much of a problem any longer. |
|
Someone with a 256 colour display probably doesn't matter much anyway. :-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |