Browsers problem...

Discussion in 'CSS' started by tptnyc, Mar 10, 2008.

  1. #1
    tptnyc, Mar 10, 2008 IP
  2. el_jentel1

    el_jentel1 Peon

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I've had a similar issue with margin-bottom, it worked fine on Firefox and Opera, but in IE it ignored it.

    I wanted to add a space to my site at the bottom, so instead of using margin, I used padding in body.

    body {
    padding-bottom: 10px;
    }
    Code (markup):
    If you specify your problem, maybe I'll be able to help you.
     
    el_jentel1, Mar 11, 2008 IP