Hi all, Since adding a .js slideshow to an existing site a problem is occurring in IE browser as follows: In IE when using the 'back' button (top left) to return to one of the site pages already viewed, the page does not display correctly; specifically in the lower table (the main part of the page) the right hand cell appears on top of the center cell (i.e. the table corrupts). 1) This only happens in IE; Firefox and Opera display it correctly 2) Some computers using IE consistently show the page correctly with no problem, others always show the fault, others show it intermittently! 3) When the fault as above is showing, hovering the mouse pointer over any link in the center table cell causes the fault to correct - the right hand cell springs back to its correct position! I've tried killing the style.css but it makes no difference. I've been messing about for hours but can't find the problem. Here's the test site: http://tinyurl.com/lpnyqs (Note: Only the 'home', 'package', and 'contact us' pages have been uploaded for now). I would be most grateful for any advice, diablo999~ -
I do see problems with your table tags. Start by getting your html valid. Go to http://validator.w3.org/ and enter your site to see the errors in your code.
Hi HorseGelleria, Thanks for the reply. I did as you suggested (but only with the home page). Only 1 error still shows, a TD background image, which I understand is perfectly legal in 4.01 Transitional. However my problem still remains. Any suggestions as to the cause or remedy? Many thanks, --