Netscape style rendering error

Oops – seems like Netscape v7.2’s and v8’s style rendering is a bit off – and the error shows up on their portal (http://www.netscape.com/).

On the right of their homepage, the divs containing orange <h2> headings are floating left (even though the class is “clearfix”) and there is a blue <h3> tag “News” that messes up:
Netscape

It should look like this:
Netscape right

["Clearfix" is a hack to make sure absolutely positioned block elements that contain floated elements will break where you want them to. I use it a lot on my Interactive Mathematics site.]

Firefox, Opera 7 and 8, Netscape 7 and 8 and even IE7 all render it properly. Pretty embarrassing since it shows up on Netscape’s own homepage.

So Netscape, you should fix your rendering engine!

Related posts:

  1. Math rendering in Wordpress using WPMathPub How do you enter math equations, fractions and the like...
  2. Housing mortgage rounding error A reader of Interactive Mathematics found a rounding error in...
  3. Resurrecting Interactive Mathematics I have been working on a revamp of Intereactive Mathematics...
  4. “Precondition failed” error in Wordpress Errors suddenly appeared on this blog in the last day...
  5. IE transparent image problems A user of my Interactive Mathematics site wrote saying she...

Leave a comment