Forums

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

Home Forums CSS Simple fix?

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

    Hello so I am currently developing a new website and am having issues with a part of the layout in IE web browsers 5.0 through 7.0. The page is based on a table layout so I assume it has to do with a width problem I am not noticing… http://www.benavadesign.com/The1010Project/development/

    The left column seems to bump the right two columns over for some reason. Does someone know an easy fix to this problem? Thank you.

    #51042
    Jonz
    Member

    Ok this one took some time… Your h1 tag is the one with the problem.

    h1, h2, h3, h4, h5, h6 {
    color:#704A11;
    font-weight:normal;
    width:405px; This is no good :(
    }

    #51106
    Jonz
    Member

    :lol: I’ve tried it my other computer seems to be work good

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