yasmin-choudhury / ie6-upgrade-warning

Automatically exported from code.google.com/p/ie6-upgrade-warning
0 stars 0 forks source link

IE 5.5 compatible #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the page in ie 5.5 (using 
http://finalbuilds.edskes.net/iecollection.htm)

Change the following lines:
Line 81: var _width = document.documentElement.clientWidth <= 0 ? 
document.body.clientWidth : document.documentElement.clientWidth;
Line 82: var _height = document.documentElement.clientHeight <= 0 ? 
document.body.clientHeight : document.documentElement.clientHeight;
Line 138: _li1ds.cursor = _li2ds.cursor = _li3ds.cursor = _li4ds.cursor = 
_li5ds.cursor = "hand";

Original issue reported on code.google.com by wars...@gmail.com on 11 May 2010 at 8:10