Forums

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

Home Forums CSS Large link in background of website- not sure what to do…may just need help resizing.

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38443
    samborine
    Member

    When i view my website pclean.com.au in ie9 there is a large dark blue out line in the background on every page. When i click on it it takes me to the home page. Because of this i think it may be something to do with my logo/page header.
    Could you please help me sort this out so only the header acts as a link so that blue box isn’t diplaying anymore?






    CSS


    body{
    background:#fff;
    font-family: "Times New Roman", Times, serif;
    font-size:15px;
    color:#333;
    }

    #wrapper{
    position:relative;
    width:960px;
    margin:0 auto;
    }

    #header{
    position:relative;
    margin:0 0px 0 -30px ;
    width:960px;
    padding:20px 0px 30px 0;
    height:50px
    }

    #104140
    Paulie_D
    Member

    try adding

    img {
    border: none;
    }

    to your css.

    I think that’s it. IE automaticlly puts a border round linked images.

    #104150
    samborine
    Member

    Thanks ill give it a go.

    #104168
    samborine
    Member

    I tryed

    img {
    border: none;
    }
    I also tried it substituting 'a'
    i also tried both with #header.

    none of the above worked on ie 9
    #104169
    samborine
    Member

    Correction….It worked, filezilla wasn’t uploading it properly. Thankyou Paulie D

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