Results 1 to 3 of 3

Thread: css layout problem in IE

  1. #1
    Join Date
    Aug 2009
    Location
    London
    Posts
    93
    Thanks
    26
    Thanked 0 Times in 0 Posts

    Default css layout problem in IE

    http://www.johnhathway.co.uk/cv-email/fr/index.html

    When I view the above site in IE7 (Windows) there is a small gap in the back ground drop shadow between the content (div) and the footer . Does anyone know why this is occurring please?

    The drop shadow is a transparent png on top of the repeat jpg in the body.

    This does not appear in Safari or Firefox on a Mac or Windows machine.

    You may view styles at:
    http://www.johnhathway.co.uk/cv-emai...l/funRun-1.css


    Any suggestions would be appreciated.

    Thanks

  2. #2
    Join Date
    Feb 2010
    Location
    Texas
    Posts
    5
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    IE is actually displaying it correctly.

    #footer {
    clear: both;
    width: 810px;
    height: 50px;
    width: 100%;
    color: #666666;
    font-size:9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    margin-top: 2px;
    line-height: 10px;
    padding-top: 3px;
    background-image: url(images/funrun-footer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    }

    Make the margin-top 0px and your problem goes away

  3. The Following User Says Thank You to Josephbm91 For This Useful Post:

    jhatter (02-17-2010)

  4. #3
    Join Date
    Aug 2009
    Location
    London
    Posts
    93
    Thanks
    26
    Thanked 0 Times in 0 Posts

    Default

    Thanks that did the trick - couldn't see the wood for the trees!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •