Re: [WSG] Trouble with H3 float

2007-03-28 Thread Gunlaug Sørtun
Sarah Peeke (XERT) wrote: When I resize to 800x600 the H3 heading *Featured Advertisers* (third heading on page content) floats right. If you don't want to run into more serious problems, the addition of... h3 {clear: both; } ...is a must. All differences that may occur

Re: [WSG] Trouble with H3 float

2007-03-28 Thread akella
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 2. Set this CSS on it .suppa-wrapper{ width:100%; overflow:hidden; } And n

Re: [WSG] Trouble with H3 float

2007-03-28 Thread Christian Fagan
The problem is that in Firefox (and other similar browsers), when elements are floated (in your case the ), the containing has a height of 0. In IE, the height is always "adjusted" to fit in the floated divs. What you need to do is set the height of the divs so that, at least, you can contro

Re: [WSG] Trouble with H3 float

2007-03-28 Thread ~davidLaakso
Sarah Peeke (XERT) wrote: One more question please... When I resize 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/bo

Re: [WSG] Trouble with H3 float

2007-03-28 Thread Ian Pouncey
Sarah Peeke wrote: I have tried the clear: both; and clear: left; options. But I get a margin problem which differs across browsers (IE versus FF). Placing a margin: 0; doesn't appear to help. Hi Sarah, Your email doesn't say what the specific margin problem you are having is, but I am guessin

Re: [WSG] Trouble with H3 float

2007-03-28 Thread Sarah Peeke (XERT)
Hi Christian & Ian, > I haven't looked at the code of the site properly so forgive me if > this doesn't work... > You can apply the CSS property > { > clear: both > } > to the H3 heading. I have tried the clear: both; and clear: left; options. But I get a margin problem which differs across

Re: [WSG] Trouble with H3 float

2007-03-28 Thread Christian Fagan
I haven't looked at the code of the site properly so forgive me if this doesn't work... You can apply the CSS property { clear: both } to the H3 heading. Sarah Peeke (XERT) wrote: One more question please... When I resize to 800x600 the H3 heading *Featured Advertisers

Re: [WSG] Trouble with H3 float

2007-03-28 Thread Ian Pouncey
Sarah Peeke wrote: When I resize to 800x600 the H3 heading *Featured Advertisers* (third heading on page content) floats right. There is a nice, easy fix to this Sarah. It looks like the problem you are having is that the 3 three divs above it are floated. When you float e

[WSG] Trouble with H3 float

2007-03-28 Thread Sarah Peeke (XERT)
One more question please... When I resize 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