Header length and page navigation length

  • Unknown's avatar

    Replace the current selectors with the following:

    #header {
    height:270px;
    overflow: hidden;
    position:relative;
    }
    
    #logo {
    border:solid 5px #efefef;
    bottom:15px;
    background:#fff url('http://i277.photobucket.com/albums/kk45/theri86/girlheaderhvit730.png') 0 0 no-repeat;
    height:170px;
    left: 0;
    position:absolute;
    width:731px;
    }
    
    #header .site-title {
    left: 0;
    top: -160px;
    position: absolute;
    }

    This should fix other issues (in IE 6) I overlooked the first time.

  • Unknown's avatar

    Thanks again. :D Problem solved. :D

  • The topic ‘Header length and page navigation length’ is closed to new replies.