Thu, 2004-05-06 10:38
Ok, so the likelyhood of tons of people using Mac OS 8.1 and Netscape 4.7 are relatively minimal. However, as it happens, one of the people I've asked to test my site is using that combo.
ughhh.
http://internetbonsaiclub.org/mambo
Apparently, the page loads, then before it's finished loading, it reloads the css file.
I think that by using @import, I can avoid that browser crashing, but it delivers a stripped out site, right?
What can i do to deliver a relatively good looking page without having to reinvent the wheel?
Thanks
Thu, 2004-05-06 11:39
#1
Mac OS 8.1 and Netscape 4.7 don't like my site...
Hi vavroom,
What you could do is look at the CSS that Netscape 4.7 supports and put that in a css file for all browsers then use @import for the rest.
Hope that helps