Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ron Brunner 13 posts 33 karma points
    Jul 25, 2011 @ 00:19
    Ron Brunner
    0

    CSS formatting issue between IE and Firefox

    Sorry for such a novice question but can someone please point out what I am doing wrong. When I look at my site in firefox 5.0 it looks just like I intended. However in IE 8.0 there is a bunch of extra white space at the bottom above my border.

     

    http://site.wcmea.com

    Any sugesstions would be greatly appreciated.

    Thanks,

    Ron

     

  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 25, 2011 @ 07:50
    Fuji Kusaka
    0

    Hi Ron,

    I think you are having this white space under IE7 instead. Try to open the developer tool in IE on your keyboard F12 and see under which version you are having this. I got it on IE7 and for your css try this

    body{ height: 100%;     margin: 0;   background:#26526d url(../images/bg-body.jpg) repeat;}

    #wrap-content { margin:0 auto;   width:766px;   position:relative;   padding:0;   height:auto;   display:table;   background:#fff;  }
Please Sign in or register to post replies

Write your reply to:

Draft