Problem with site since adding .js slideshow

Discussion in 'HTML & Website Design' started by diablo999, Jun 7, 2009.

  1. #1
    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~
    -
    :cool:
     
    diablo999, Jun 7, 2009 IP
  2. HorseGalleria

    HorseGalleria Peon

    Messages:
    91
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    HorseGalleria, Jun 7, 2009 IP
  3. diablo999

    diablo999 Guest

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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,
    --
     
    diablo999, Jun 8, 2009 IP
  4. HorseGalleria

    HorseGalleria Peon

    Messages:
    91
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can try adding this to your table tag:

    style="table-layout:fixed;"
     
    HorseGalleria, Jun 8, 2009 IP
  5. diablo999

    diablo999 Guest

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Many thanks Horse, that solved the problem!!

    d9
    -
     
    diablo999, Jun 9, 2009 IP