Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Dec 2006
    Location
    Vancouver Island, BC
    Posts
    50
    Plugin Contributions
    0

    Default Re: white space under header in IE (already did clearBoth fix)

    I have a display problem, not whitespace, but this is the closest I have found on the forum to my issue. Logo/masthead is not fitting/overlapping in IE even though it displays fine in FireFox: www.narnia-productions.com. I've changed the settings re: header and logo information, which is why it is fine in FireFox, but don't know what the problem is when displaying in IE. Any clues?

  2. #12
    Join Date
    Dec 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: white space under header in IE (already did clearBoth fix)

    maybe your problem is related the css support of IE. I had the same problem and I think you could try using different styles for IE and firefox:

    .whateverstyle {
    margin: 2px; /*all browsers*/
    *margin: 0px; /*IE 6 and 7 only*/
    }

    there is a trick called underline (_margin) that works for IE 6 but not for IE 7.
    www.demo1.adn.es. Stylesheet is: http://www.demo1.adn.es/includes/tem...stylesheet.css

    There is only one problem about using this trick and its that the css wont validate. Hope that helps you.

  3. #13
    Join Date
    Dec 2006
    Location
    Vancouver Island, BC
    Posts
    50
    Plugin Contributions
    0

    Default Re: white space under header in IE (already did clearBoth fix)

    Quote Originally Posted by solucionoproblemas View Post
    maybe your problem is related the css support of IE. I had the same problem and I think you could try using different styles for IE and firefox:

    .whateverstyle {
    margin: 2px; /*all browsers*/
    *margin: 0px; /*IE 6 and 7 only*/
    }

    there is a trick called underline (_margin) that works for IE 6 but not for IE 7.
    www.demo1.adn.es. Stylesheet is: http://www.demo1.adn.es/includes/tem...stylesheet.css

    There is only one problem about using this trick and its that the css wont validate. Hope that helps you.
    Thanks, I'll try this- it would go in the css for my template, I'm guessing. Does it matter where it goes re: the css code?

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Large White space under header in IE 7
    By s0nicstang in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Apr 2011, 11:17 PM
  2. Help removing white space under Header
    By injected in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 30 Mar 2010, 12:54 AM
  3. White Space under my logo header?
    By sfklaas in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 May 2009, 04:03 AM
  4. Unwanted white space under header image
    By vito in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Oct 2008, 08:07 PM
  5. small white space under header
    By rocketrod in forum General Questions
    Replies: 7
    Last Post: 10 Dec 2007, 08:46 AM

Posting Permissions

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