Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Blog
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.
tubyslideshow
asked
May 31, 2011
by
dvfmark
(
160
points)
Your answer
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
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)
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.