![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
"rf" <making.it.up (AT) the (DOT) time> wrote in message news:VHHnb.169334$bo1.34945 (AT) news-server (DOT) bigpond.net.au... "gmcclary" <gmcclary (AT) hotmail (DOT) com> wrote in message news:vpucctqmrocbc (AT) corp (DOT) supernews.com... "Iain Mclachlan" <i99.mclachlan (AT) btopenworld (DOT) com> wrote in message news:bnmj3k$ji5$1 (AT) titan (DOT) btinternet.com... Hi there. www.geocities.com/bigfatpav2000/index.html Next: To the best of my knowledge " #C0C0C" is not a 'browser safe" shade of gray. You mean "web safe" and this has become rather a topic here recently (or was it over at alt.html). "Web safe" colours are obsolete, they became an historical curiosity back when 8 bit colour cards disappeared. 16 bit colour cards actually made the issue worse as they do not support "web safe" colours. With 24/32 bit cards it is a non-issue. This century "web safe" colours have no relevance whatsoever. Cheers Richard. Do you mean "except on Mac and Apple systems, or old systems running old browsers"...? |
|
Still, I stand corrected... isn't it amazing how, when you've got yr eye on one thing, something else just passes you bye bye? |
#12
| |||
| |||
|
|
Hi there. I've just revamped my movie review website: www.geocities.com/bigfatpav2000/index.html and would appreciate an evaluation of it re image loading, navigation, internal and external links. Thanks for any assistance. Cheers. Iain |
#13
| |||
| |||
|
|
"gmcclary" <gmcclary (AT) hotmail (DOT) com> wrote in message news:vpumdve8rbvme5 (AT) corp (DOT) supernews.com... "rf" <making.it.up (AT) the (DOT) time> wrote in message news:VHHnb.169334$bo1.34945 (AT) news-server (DOT) bigpond.net.au... "gmcclary" <gmcclary (AT) hotmail (DOT) com> wrote in message news:vpucctqmrocbc (AT) corp (DOT) supernews.com... "Iain Mclachlan" <i99.mclachlan (AT) btopenworld (DOT) com> wrote in message news:bnmj3k$ji5$1 (AT) titan (DOT) btinternet.com... Hi there. www.geocities.com/bigfatpav2000/index.html Next: To the best of my knowledge " #C0C0C" is not a 'browser safe" shade of gray. You mean "web safe" and this has become rather a topic here recently (or was it over at alt.html). "Web safe" colours are obsolete, they became an historical curiosity back when 8 bit colour cards disappeared. 16 bit colour cards actually made the issue worse as they do not support "web safe" colours. With 24/32 bit cards it is a non-issue. This century "web safe" colours have no relevance whatsoever. Cheers Richard. Do you mean "except on Mac and Apple systems, or old systems running old browsers"...? No. I really do mean "no relevance whatsoever". The percentage of pages that do *not* use web safe colours (including *any* page that includes a jpeg) is so high (how many 9's can you write after 99.) that anybody using an 8 bit colour card will be quite used to seeing skewed colour. The chance of one of these people a) finding a "web safe" coloured page, b) recognising it for what it is and c) admiring the page and the thoughtfullness of the author, is so remote as to be indistinguishable from zero :-) Oh, I suppose a standard dull/booring text only page might be considered "web safe" but only by mistake. Googles front page looks like it might be "web safe" but it is not. Look at that gif at the top. There are only 256 or less colours in it but probably none of them are web safe. "Web safe" colours are a cargo cult, just like: Naming a page .htm instead of .html. This was forced upon DOS and Windows 3.x users (only) because of the 8.3 filenames in DOS (and so, of course Windows 3.x and before). This issue was resolved in 1995 with the release of Windows 95 (which itself is so old that it is no longer supported) and long file names. A huge proportion of web pages are .htm. Even Microsofts "flagship HTML editor" frontpage by default uses .htm. and Including HTML comments inside a <script> element, as in: script type=whatever !-- some script //-- /script. This one arose because a certain release of IIRC netscape 3.something, not understanding the <script> element, mistakenly rendered the "some script" part to the page instead of ignoring it. The relevant release only lasted for a couple of months before a fix was released yet how many times do you see code like the above, even code that has been written yesterday and posted here for review? Bizzare, isn't it :-) Still, I stand corrected... isn't it amazing how, when you've got yr eye on one thing, something else just passes you bye bye? Too true :-) Cheers Richard. |
|
Bizzare, isn't it :-) |
#14
| |||
| |||
|
|
Naming a page .htm instead of .html. This was forced upon DOS and Windows 3.x users (only) because of the 8.3 filenames in DOS (and so, of course Windows 3.x and before). |
#15
| |||
| |||
|
|
To the best of my knowledge " #C0C0C" is not a 'browser safe" shade of gray. |
#16
| |||
| |||
|
|
gmcclary wrote: To the best of my knowledge " #C0C0C" is not a 'browser safe" shade of gray. FYI, #C0C0C0 equates to the color keyword "silver". Of the 16 standard keywords, all the others use RGB cominations of hex ff and 00, or 80 and 00 (i.e. "yellow"=#ffff00, "purple"=#800080). |
|
These are supported by pretty much every graphical browser out there, though the actual rendering does depend on the graphics capabilities of the hardware. But, like rf said, web safe colors aren't what they used to be. -- To email a reply, remove (dash)un(dash). Mail sent to the un address is considered spam and automatically deleted. |
#17
| |||
| |||
|
|
"kchayka" <kcha-un-yka (AT) sihope (DOT) com> wrote: Of the 16 standard keywords, all the others use RGB cominations of hex ff and 00, or 80 and 00 (i.e. "yellow"=#ffff00, "purple"=#800080). or 33, 66, 99, CC, FF, and/or combinations thereof.... |
#18
| |||
| |||
|
|
gmcclary wrote: "kchayka" <kcha-un-yka (AT) sihope (DOT) com> wrote: Of the 16 standard keywords, all the others use RGB cominations of hex ff and 00, or 80 and 00 (i.e. "yellow"=#ffff00, "purple"=#800080). or 33, 66, 99, CC, FF, and/or combinations thereof.... No. The 16 standard colour keywords *suggested* by CSS 1 are: Aqua #00ffff Black #000000 Blue #0000ff Fuchsia #ff00ff Gray #808080 Green #008000 Lime #00ff00 Maroon #800000 Navy #000080 Olive #808000 Purple #800080 Red #ff0000 Silver #c0c0c0 Teal #008080 White #ffffff Yellow #ffff00 Which, as kchayka said, are all 00/ff or 00/80 combinations, with the exception of silver. However, CSS 1 does not *mandate* this set of colours (CSS 2 and HTML 4 did). And CSS 2.1 adds in Orange (#ffa500) and CSS 3 will probably expand this to the full X11 colour palette: http://www.w3.org/TR/2002/WD-css3-co...219/#x11-color This is one of the few planned new additions in CSS 3 that is already well-supported. -- Toby A Inkster BSc (Hons) ARCS Contact Me - http://www.goddamn.co.uk/tobyink/?id=132 Hi Toby, |
![]() |
| Thread Tools | |
| Display Modes | |
| |