Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2006
    Posts
    223
    Plugin Contributions
    0

    Default Pesky 2px white line in IE

    Ok so I have the newest zencart installed. In the defualt template, beneath the logo wrapper there is a thin white line below my images in the logowrapper that will not go away.

    It is not present in FF. I have been through the stylesheet a hundred times I feel like.

    It must be a missed margin somewhere.

    You can see it at my friend's site at siteguru.us/webtools

    Thanks!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Pesky 2px white line in IE

    You might try editing your:
    includes/templates/yourtemplate/common/tpl_header.php
    around line 89 (in an untouched version of the file), you have:
    Code:
    </div> </div> 
    <br class="clearBoth" />
    <!--eof-branding display-->
    remove this line from there:
    Code:
    <br class="clearBoth" />
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2006
    Posts
    223
    Plugin Contributions
    0

    Default Re: Pesky 2px white line in IE

    I tried that and it didnt work. I will find it somewhere or just rewrite the header. Thanks!

  4. #4
    Join Date
    Aug 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: Pesky 2px white line in IE

    Hi,

    Just wondering if you managed to solve this?
    I have the same problem.



    Cheers...Jaz

  5. #5
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Pesky 2px white line in IE

    More in general adding this often helps:
    Code:
    .clearBoth{
    line-height: 0;
    font-size: 0;
    }
    Note: of course it's even better to add it to the existing .clearBoth (add, so not overwrite!).

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Pesky 2px white line in IE

    I'd also like to add... seeing how you're using the tagline wrapper for those image links, you could remove this from the selector to deflate some air from Firefox;
    Code:
    #tagline {
    	color:#000000;
    	font-size: 2em;
    	text-align : center;
    	vertical-align: middle;
    	float: right;
    	}
    Although, I'm not sure of the consequences in IE.

 

 

Similar Threads

  1. white line issue
    By matchlock in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Jun 2011, 05:55 AM
  2. The White Line
    By fabienne in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Jan 2008, 02:48 AM
  3. White line appearing in IE
    By barricades in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2007, 07:48 PM
  4. White line in sidebar
    By robinh39 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jun 2007, 08:17 AM
  5. White line
    By mistylynmouth in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jul 2006, 02:06 PM

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