So I am trying to implement this fancy javascript scroll on this page .. I have it up and it works fine in Safari and Firefox but in IE 7 I am having issues ... likely IE
6 and 5 as well.
Here is the link:
http://bit.ly/yKFTG
Any ideas?
So I am trying to implement this fancy javascript scroll on this page .. I have it up and it works fine in Safari and Firefox but in IE 7 I am having issues ... likely IE
6 and 5 as well.
Here is the link:
http://bit.ly/yKFTG
Any ideas?
my site: textbookpower.com
my email: rkennedy@ [domain above]
hmm - it would be nice to see the actual code that's making the images move..
one thing to check - when you change the left or right style position of your images are you adding + "px" after the number of pixels you're moving the image by?
for example
document.getElementById("panel").style.left = "" + no. of pixels to move by + "px";
- in IE 8.0 - it's kind a working - picks and chooses when it's going to work.