Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Header Banner not right in IE Reply To: [Solved] Header Banner not right in IE

#189347
motion2082
Participant

seems to be the clearfix next to header-inner

Does not work in Firefox either

Do you know how to remove the clearfix?

MAybe I could put something inside the img tag

<header class="header" role="banner">
<div class="header-inner clearfix">
<a class="brand pull-left" href="/">
<img alt="Firedam Civil Pty Ltd" src="http://firedamcivil.biz/images/banners/firedamcivil-banner.JPG">
</a>
<div class="header-search pull-right"> </div>
</div>
</header>