u can solve the problem with different margins in IE and FF,
one of the solutions:
1. wrap those 3 floated divs(.bl) before h3 (additional wrapper div) let it
be class="suppa-wrapper"
it would look like this
<div class="suppa-wrapper">
<div class="bl">
</div>
....
</div>
2. Set this CSS on it
.suppa-wrapper{
width:100%;
overflow:hidden;
}
And now u can remove clear:both for the h3
On 3/28/07, ~davidLaakso <[EMAIL PROTECTED]> wrote:
Sarah Peeke (XERT) wrote:
> One more question please...
>
> When I resize <http://geofeat.com/> to 800x600 the H3 heading *Featured
> Advertisers* (third heading on page content) floats right.
>
> I have tried all sorts of css to fix this but end up with more problems
> (specifically to do with excess top/bottom margins in the heading etc).
>
> Any help greatly received :(
>
Well, I ain't so sure I get what you are trying to do, but anyway try:
h3.c1 { font-size: 150%; background-color: red; clear: left; }
<h3 class="c1">Featured Advertisers</h3>
Best,
~dL
PS Nice site.
--
http://chelseacreekstudio.com/
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
--
Yuriy akella Artyukh,
http://cssing.org.ua
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************