While performing some regression testing on the site, I found a number of issues with IE3. I've taken a look at the CSS and HTML, and most of it is pretty standard. We're doing a little bit of javascript compilation and I have some custom jQuery UI components, but I can't figure out where the rendering error is coming from. I've attached a screenshot just in case.
Please help I have to fix this today!
Try updating your DOS to 6.22 - may help.
IE3 cannot support jQuery. What you want to do is render your site in a modern browser, then run a screencapture program to capture your animations. Turn the capture into an animated GIF, then use that (and that only, using an image map [1]) as your website.
IE3 users around the world will thank you for thinking of them!
[1] http://en.wikipedia.org/wiki/Image_mapJQuery does not yet support IE3. There are plans to add IE3 support in version 1.6.
In the meantime, you can just take a screenshot of every webpage in a supported browser and have IE3 users navigate the site with an image map [1].
[1] http://www.w3schools.com/TAGS/tag_map.aspIt looks like your site was implemented with JavaScript Style Sheets [1] - no versions of Internet Explorer support JSSS, so you'll want to use a more modern technology instead.
You might want to try using vbQuery
in conjunction with ie3-js
:
<HTML>
<HEAD>
<SCRIPT LANGUAGE=VBSCRIPT SRC=gopher://dhtml.googleapis.com/DYNAMICHTML/LIBS/VBQUERY/1.5.1/VBQUERY.MIN.VB>
<SCRIPT LANGUAGE=VBSCRIPT SRC=gopher://ie3-js.googlecode.com/VSS/VERSION/2.1(beta4)/IE3.VB></SCRIPT>
<SCRIPT LANGUAGE=VBSCRIPT>
<!-- Add this instruction to tell non-IE compliant browsers to skip over the VB modules
Sub $DOCUMENT_READY
Dim jsss = $FIND "style[type='javascript']"
$REMOVE jsss
Dim docHead = $FIND "head"
$APPEND docHead "<LINK HREF=\"STYLE.CSS\">"
End Sub
-->
</SCRIPT>
</HEAD>
<BODY>
<TABLE><TR><TD>HELLO WORLD</TABLE>
</BODY>
</HTML>
[1] http://SheetsI am hoping this is an April Fools joke, but jQuery does not support IE3.
I dont know what you all are talking about - that screenshot looks just fine.
If it ain't fixed don't broke it.
Your .css
is not linked, and I know it is 1st April :)
Keep in mind that IE3 only supports CSS1. I would imagine JQuery uses CSS2?
This is a known issue. They can not fix it till the nuclear operations are lessened.