• I have been trying to find what is causing the extra blue space between my nav menu and the top of the page. I’ve tried using absolute positioning but ie crapped all over it.

    https://www.williamgregory.ca/klca – i’m using the k2 theme but Ive hacked the header.

    I think it’s gotta be in here somewhere…

    /*- Page Structure */

    html { /* Force Vertical Scrollbar */
    /* IE */
    overflow-y: scroll;
    /* Moz */
    height: 100%;
    margin-bottom: 0.1em;
    }

    * {
    padding: 0;
    margin: 0;
    }

    img {
    border: 0;
    }

    body {
    font: 62.5% ‘Lucida Grande’, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
    color: #444;
    /*background: #EDEDED;*/
    background: #ebf1f4;
    text-align: center;
    margin: 0 0 30px;

    }

    #page {
    background: #015c90;
    text-align: left;
    margin: 0 auto;
    padding: 0px 0 0px;
    position: relative;
    width: 780px;
    border: 1px solid #ddd;
    border-top: none;
    }

    * html #page { width: 770px } /* IE hack */

    #header {
    padding: 0;
    margin: 0;
    position: relative;
    height: 200px;
    background: #3371A3;
    }

    #primary {
    position: relative;

    width: 520px;
    float: left;
    padding: 10px 15px 10px;
    margin: 0;
    display: inline;
    background: #ffffff;
    }

    .secondary {

    font-size: 1em;
    line-height: 1.5em;
    padding:0 0 10px;
    margin: 0 0 0px 71%;
    width: 26%;
    color: #666;
    position: relative;
    background: #015c90;
    }

    .comments {
    text-align: left;
    padding: 30px 0 0;
    position: relative;
    }

    Any help would be truly appreciated!

    Thanks in advance…WG

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t see any blue space using IE7.

    Thread Starter willgee

    (@willgee)

    I think it’s the primary div positioning. I’m able to position it so that the title hugs the bottom of the nav image in safari and firefox but guess which browser is being a goof? If you guessed IE – You’re Right!

    In IE when I try any kind of positioning for the primary other than “relative” I get that nasty sidebar issue.

    Any one else have any luck narrowing the amount of space between the bottom of the nav and the start of the page? With me I get a good 30 or so pixles worht of wasted real estate.

    Any help would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where is this space?!’ is closed to new replies.