Question : Trouble with jquery image gallery slideshow

hi i am using this jquery Tag:

http://appleton.me/2009/08/gallery-view/

to run a slideshow on my website! but i am facing two issues:

1. All my images are appearing on the LEFT Side while i want them to be in the Center

and in IE 8, my footer is not displayed

Please see the screenshots
 
This is where images appearing right side
326857
 
 
The Footer not being displayed in IE 8
326858
 

Answer : Trouble with jquery image gallery slideshow

Okay, you will need to add this to remove the width and height from the footer images. Currently, IE is setting them to 1px by 1px, so you cannot see them.
1:
2:
// Try adding this in to display the footer images in IE
    window.setInterval("$('table:last img').removeAttr('width').removeAttr('height')", 100);
Random Solutions  
 
programming4us programming4us