posted 20 years ago
IE 5.5 tends to be on the ball with conforming to the W3C standards on CSS2 and DOM. Netscape 4.7 tends to not fully support CSS2 and DOM.
What I tend to do is create various sites based on the browser that is being used by the client. Actually, I do not have completely different sites, I use different CSS files based on the browsers.
I like to always check for the browser and based on the browser I will do things different.
Netscape 6 tends to comply with many features of CSS2 and DOM; however, there are many bugs in the browser.