Forums

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

Home Forums CSS problems veiwing in IE7/6

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

    This site I am building for learning and testing things works fine in firefox, IE8, opera and Safari but it doesn’t look right in IE6/7 (I haven’t tested versions below that?) Why would it be doing that?

    Code:



    South west THT Young Leaders

    Lorem ipsum……………………………………………………………………………..esque id, euismod.



    Code:
    body
    {
    background:url(‘images/header.jpg’) repeat-x top;
    background-color: #ffffcc
    }

    div#page-wrap {
    margin: 0 auto;
    width: 920px;
    background: url(images/page_bg.jpg) repeat-y;
    }

    ul#nav {
    height: 200px; width: 900px;
    background: url(‘/images/banner_ctr.gif’) no-repeat;
    margin: -8px 0px 0px 0px;
    list-style: none;
    }
    ul#nav li {
    display: inline;
    }
    ul#nav li a {
    display: block;
    height: 98px;
    float: left;
    text-indent: -9999px;
    }
    ul#nav li.home a {
    width: 319px;
    background: url(/images/nav_home.jpg) bottom center no-repeat;
    margin: 150px -20px -6px -40px;
    }
    ul#nav li.forum a {
    width: 286px;
    background: url(/images/nav_forum.jpg) bottom center no-repeat;
    margin: 150px 0px 0px 20px;
    }
    ul#nav li.contact a {
    width: 315px;
    background: url(/images/nav_contact.jpg) bottom center no-repeat;
    margin: 150px 0px 0px 0px;
    }
    ul#nav li a:hover {
    background-position: center center;
    }

    #main-content {
    padding: 30px 50px 30px;
    }

    #footer {
    min-height:57px;
    background:url(images/footer_bg.jpg) no-repeat;

    #50934
    matt25
    Participant

    But that just breaks it in the other browsers aswell then.

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