1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Layers not sitting properly

Discussion in 'Web Development' started by schlegk, Sep 7, 2009.

  1. schlegk

    schlegk New Member

    I'm working on a site and it looked great, but when I loaded up my pages the header layer is now laying over the main text. I can't seem to fix it - any ideas would be very much appreciated!

    http://www.englishinbasel.ch/index.html

    Thanks!
    K
     
  2. schlegk

    schlegk New Member

  3. Chef Boy

    Chef Boy New Member

    Well, I don't know if this is it, but I'm seeing differences on the style sheets...

    first:
    #container {
    margin: 0px auto;
    text-align: left;
    width: 717px;
    position:relative;
    }
    a{
    font-size:12px;
    }
    p{
    margin: 15px 0px;
    }


    Second:
    #container {
    margin: 0px auto;
    text-align: left;
    width: 717px;
    }
    a{
    font-size:12px;
    }
    p{
    margin: 15px 0px;




    and



    First:
    #header {
    margin: 0px 0px 0px 0px;
    background-image:url(images/header.jpg);
    width:717px;
    height:288px;
    position:relative;
    left: 39px;
    top: 404px;



    }



    Second:
    #header {
    margin: 0px 0px 0px 0px;
    background-image:url(images/header.jpg);
    width:717px;
    height:288px;
    position:relative;
    }
     
  4. schlegk

    schlegk New Member

    Thanks! I uploaded the original stylesheet again and it works!