Topic: No table background images in NS 3.0? |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-23-2001 00:04
I'm working up an interim site design that uses a table within a table as a navbar. I specify both a background color and image for the navbar table. In NS 4.0, the background often loads 'late', only appearing when I switch to another app and back. In NS 3.0, the background doesn't appear at all. |
Maniac (V) Inmate From: under the bed |
posted 05-23-2001 01:13
NN 3??? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-23-2001 01:21 |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-23-2001 02:36
if(browser=='nn3') { |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-23-2001 03:31 |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-23-2001 03:45
Well, I'm a proponent of the anybrowser campaign. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-23-2001 08:59
NN3 is ancient history! Intel 486 is ancient history! The list goes on... |
Neurotic (0) Inmate Newly admitted Neurotic (0) Inmate Newly admitted |
posted 05-23-2001 15:31
i think for older browsers, "degrades gracefully" needs to be stressed here. i, too, support the same any browser campaign. i support html 4 and css-1 and let it degrade gracefully for people with older browsers. as long as background-color works, i wouldnt worry too much about background-image showing up. it may look a bit wierd to them, but it should still be easily viewable. |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-23-2001 16:46
la'dsasha - yes, that's what I'm aiming for. Since I can do server-side browser detection, I'll add DHTML only if the browser supports it. Right now I'm doing the basic HTML table version for lower browsers. |