Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / problems with the header

problems with the header

Locked

Views: 768

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 Sep 2008, 11:55 PM
#1
ibling avatar

ibling

New Zenner

Join Date:
Aug 2008
Posts:
11
Plugin Contributions:
0

problems with the header

Hi!

i cant get rid of the black thick border under my header image. theres no thick border showing in firefox, but it shows in IE and its should not be like that! does anyone know how i can remove it?

https://www.ibling.no

thanks!

13 Sep 2008, 12:27 AM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: problems with the header

That is not a border. It is an IE bug, and the standard fix is to edit /includes/templates/your_template/common/tpl_header.php. Find this at the end of the branding display section:```php
<br class="clearBoth" />

<!--eof-branding display-->
Replace the 
<br class="clearBoth" />
with
<div class="clearBoth" /></div>