Forum Moderators: not2easy
Right now it falls apart in Netscape 4, mostly because of the CSS stylesheet. If I remove the stylesheet, it's readable but horribly formatted of course. I've tried to find the bad directives in the stylesheet but its really hard. If I remove some, Netscape 4 crashes badly and if I remove chunks, its hard to figure out which ones are the bad ones.
Unfortunately the stylesheet is rather large at 10k. Are there any programs or online analysis out there that can help me with this task?
I've poked around in TopStyle but I don't understand its interface enough to realize if it can tell me what will work in NS4 or not.
Thanks for any help!
If I remove the stylesheet, it's readable but horribly formatted of course.
Are you going to be keeping your original stylesheet? You can hide it from NN4 using the @import method.. then make a seperate basic stylesheet for NN4 (using the <link rel> method ).. that way you could just it give it some basic formatting to make it a bit nicer without having to compromise the other browsers.
Or is that not the question? sorry don't know about topstyle
Suzy
Oh I know lots of ways to hide stuff from Netscape4 (I discovered the aV Webmasterworld NS4 hack [webmasterworld.com] :) )
but identifying just the offending CSS to save time from building up a whole new stylesheet from scratch is the quest.
I think I am going to go play with TopStyle some more with richardb's advice (thanxs!)
Oh I know lots of ways to hide stuff from Netscape4 (I discovered the aV Webmasterworld NS4 hack happy! )
but identifying just the offending CSS to save time from building up a whole new stylesheet from scratch is the quest.
Cool, I had a feeling you did which is why I checked the question.. glad you got it sorted though.. me bad forgot about the "aV hack" :(
richardb I'll know who to call on for Topstyle advice if I need to ;)
Suzy