Empty space in between banner and Border

Discussion in 'CSS' started by pr0xy122, May 25, 2007.

  1. #1
    Ok so this is a tabless site I have been working on.

    there empty space in between the banners background and the top Border.
    I don't know why but its not supposed to be there.

    link

    Here is my css code:

    link

    Thanks in advance DP! :)
     
    pr0xy122, May 25, 2007 IP
  2. rennick

    rennick Peon

    Messages:
    85
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try adding this at the top of your css:

    * {
    margin: 0px;
    }
    Code (markup):
     
    rennick, May 25, 2007 IP
    pr0xy122 likes this.
  3. pr0xy122

    pr0xy122 Peon

    Messages:
    1,649
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    wow thats much better thanks, except now theres no gap between the very top of the window and the border if you know what i mean.

    If theres no other way ill stick with that though. :)

    EDIT:

    Dont worry i figured it out I added a margin to my mainwrap thanks mate great info -giving green rep.
     
    pr0xy122, May 25, 2007 IP