Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Randomly adding space to top/bottom of class

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25260
    alexsc
    Participant

    Just about to launch a new website but there seems to be a problem with it.

    Sometimes when you go to a page that hasn’t been loaded before it adds space above and below the "main-table" class.
    But then when you refresh the page this disappears.

    You should come across it if you start browsing the Products/Trailers. Will add the space above the logo and finance available button, and above the copyright statement at the bottom.
    So basically adds the space to top/bottom of the "main-table" class.

    It only seems to happen in IE. Haven’t come across it in Firefox.
    I am using IE8 but it also happens with the compatibility view on.

    If anyone has any idea what the problem could be that would be greatly appreciated!

    Here is the link

    Also here’s the main-table css class:

    Code:
    .main-table {
    width:960px; /* copy width to header, main and footer */
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;
    margin-top:0px;
    display:block;
    float:none;
    }
    #61217

    I can’t see what your problem is – could you perhaps provide a screenshot of the problem?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.