Little problem…
If I press “ctrl+” to increase or “ctrl-” to decrease the page, the image on the slide show is out of place and I wanted the image to stay centered.
It worked on Chrome and Firefox, but IE is not centered (I hate IE)
Now the image “follows” the page if I press “ctrl+” or “ctrl-” in all browsers
But IE is not centered… I try this … but won’t work either…
IE will not center if it is in quirks mode. I’m assuming that is probably due to a comment above the doctype or not a correct and/or patrial doctype. Once those are corrected IE should center the div with margin auto.
OK I just looked at the code. Well right now you only have margin-right auto and margin-left 0. if you make them both auto as it should to center then the page goes broke. I’d have to guess that’s because of all the tables and poorly coded stuff. Unfortunately that’s to much for me to get into - sorry. To do it properly use a strick html (not X) doctype and scrub all the table stuff. I’m afraid I cant help much till then. Dont fret, some young stud will come in and show you the light soon probably.