Tiny space between Div and top of the screen

Discussion in 'CSS' started by jeffrosenator, Jan 27, 2011.

  1. #1
    I am having trouble placing my logo right at the top of the screen. There is a tiny space between the logo and the top of the screen that I want to get rid of. How do I do this. Take a look www.keynoteconnect.ca
     
    jeffrosenator, Jan 27, 2011 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    I don't see any space between the logo and the container border. Are you referring to the space between browser window and the container?
     
    radiant_luv, Jan 27, 2011 IP
  3. jeffrosenator

    jeffrosenator Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes right above the container. The background color is visible. Is there any way to move the container up?
    Thanks...Jeff
     
    jeffrosenator, Jan 28, 2011 IP
  4. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #4
    To your css
    
    body{
    margin:0; [COLOR="red"]<-- Add this[/COLOR]
    }
    
    Code (markup):
     
    radiant_luv, Jan 28, 2011 IP
  5. jeffrosenator

    jeffrosenator Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks, it works great....will be publishing in the next couple days.
     
    jeffrosenator, Jan 28, 2011 IP
  6. jatrasmara

    jatrasmara Peon

    Messages:
    416
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i dont see any problem with your site, it's ok :)
     
    jatrasmara, Jan 29, 2011 IP
  7. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #7
    LOL...read OP's last post ==^
     
    radiant_luv, Jan 29, 2011 IP