IE6 Layout

Caporegime
Joined
18 Oct 2002
Posts
25,287
Location
Lake District
My site is looks broken in IE6, I believe it's to do with how it interprets css and margin widths. I need some way of experimenting with changing the css until it looks correct, in firefox there is firebug, is there anything for IE6?

I know IE6 is out of date but some users still use it.
 
I also have a lovely problem of ie6 under windows98 that generates an 'operation aborted' error due to the following:
Code:
  require: function(libraryName) {
    // inserting via DOM fails in Safari 2.0, so brute force approach
    document.write('<script type="text/javascript" src="'+libraryName+'"><\/script>');
  },

but if removed, it breaks the site for modern browsers.

and yes it's a website aimed at other businesses and unfortunately quite a few don't bother updating (win98 ffs).
 
Back
Top Bottom