Could someone help me with this little bug?

Discussion in 'Graphics & Multimedia' started by Nosfer, Apr 9, 2008.

  1. #1
    I've got a website that works perfectly in mozilla and opera but when i try to view it with Internet Explorer my header is lower than where it was supposed to be and it looks really, really bad. i've attached two images with the differences between the browsers.

    Here's the code where the header is inserted

    <div class="site_header">
    <div class="logo"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sitelogo.png" alt="sitelogo" width="616" height="85" /></div>
    </div>
    </div>
    Code (markup):
    and this is from the css

    .site_header {
    	float: left;
    	height: 100px;
    	width: 620px;
    }
    Code (markup):
    any help would be appreciated
     

    Attached Files:

    • i_e.jpg
      i_e.jpg
      File size:
      95.4 KB
      Views:
      49
    • moz.jpg
      moz.jpg
      File size:
      89.4 KB
      Views:
      43
    Nosfer, Apr 9, 2008 IP
  2. Nosfer

    Nosfer Well-Known Member

    Messages:
    1,799
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    140
    #2
    oh well, problem solved... apparently it's from IE6.
     
    Nosfer, Apr 9, 2008 IP