How fix get script woring in IE

Very cool script, but I am having an issue with IE.  Works great with Firefox and Chrome, but can not get the script correct in IE. Any help with be greatly appreciated.  See my test script here:  http://aeromanagement.com/testcl850.shtml.  I am using the slide show from this location :  http://www.scriptiny.com/2008/05/ajax-image-gallery-slideshow/.  The script on the demo page works great, just not sure what I should do so that it will work with my page.  Thank you.
asked May 31, 2011 by dvfmark (160 points)

1 Answer

0 votes
Created a new page with all of the slideshow files in one DIR and the new test files are located here:
http://aeromanagement.com/view/testcl850.shtml

If I change the following from

#image img {
position:absolute;
top:5px;
left:5px
}

Added width and height, but still not able to get FF and IE layout the same.  Any clues or help will be so grateful.

#image img {
position:absolute;
top:5px;
left:5px;
width:656px;
height:430px;
}

 

Thanks you.
answered Jun 1, 2011 by dvfmark (160 points)