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
Original issue reported on code.google.com by
wars...@gmail.com
on 11 May 2010 at 8:10