Ultimate Browser Compatibility
June 6th, 2007
I’ve written this quick javascript that will remedy all of your (and your visitors’) frustration and annoyances with most websites.
This quick script will fix everything wrong with Microsoft Internet Explorer!!!
I’ve finally figured out how to write a universal script that fixes all compatibility issues. It’s so uber leet that it detects the users browser, then scans your html source and fixes any inconsistencies that the web page might have.
The thing is, you should make sure you have valid (x)html, then code and style for Mozilla Firefox. Then drop this code in (follow the quick tutorial below) and be amazed at how cunningly quick it works. and it works!!!
it should not have very many bugs, except maybe an “enable activeX control” blockage, as with almost any javascript within internet explorer. Just “Allow Blocked Content”, ie users are used to this.
Step 1
- Download ie-fix.js Right-click ‘Save Link As…’ (i compressed it for faster download speeds)
- Save it to the same web directory as your html files
Step 2
- Open a web page that you would like to be Universally Compatible
- Place this code anywhere in between your <html> and </html> tags
<script type="text/javascript" src="ie-fix.js"></script>
that’s it! enjoy double-browser-testing headache freedom!




