Background image cutting off

Discussion in 'HTML & Website Design' started by T.Ace, Jan 18, 2008.

  1. #1
    I'm having a problem making kind of a css template heres the problem

    the those lines should be going all the way to the end of the internet explorer but its leaving some space so how do I fix that?

    [​IMG]
     
    T.Ace, Jan 18, 2008 IP
  2. HiredAtHome

    HiredAtHome Peon

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Make sure you are using the following at the start of your css file to clear browser defaults.

    * {
    margin: 0;
    padding: 0;
    }
    Code (markup):
    If that doesn't work, please post again. URL to the page you're working on?

    H@H
     
    HiredAtHome, Jan 18, 2008 IP