Forums

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

Home Forums CSS main copy slides down

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24460
    carboncounty
    Member

    I recently rebuilt our companies website, http://www.carboncountynews.com and am having problems with internet explorer. The main copy in the middle keeps sliding down under my floats on the left and right side. Can anyone help me with this. I don’t have any margins or padding setup and I have used the same coding for two other sites and don’t seem to have a problem with them. The site of course looks just fine in other browsers.

    #55582
    TheDoc
    Member

    iframes, tables, errors, oh my!

    http://validator.w3.org/check?uri=http% … omatically)&doctype=Inline&group=0

    Remove height:2200px; from your left and right divs, there is no reason for that to be there.

    Try changing your main content table to this:

    <table width="500" align="center" cellpadding="0" border="0">

    Also, if you have only just recently rebuilt the site, I’d recommend rebuilding it again using proper standards for today’s web browser.

    #55583
    Soh Tanaka
    Member

    I have not tested this but try adding these styles to your mid content.

    Code:
    float: left;
    display: inline;
    width: table_width_here px;
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.