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?
www.ibling.no
thanks!
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?
www.ibling.no
thanks!
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:Replace thePHP Code:<br class="clearBoth" />
<!--eof-branding display-->
<br class="clearBoth" />
with
<div class="clearBoth" /></div>