In article
<f6de8261-5398-44fc-ae7a->,
Helpful person <> wrote:
> I am building web site at www.snowfisher.com
> It displays as I wish in IE7. However, with Firefox the floats do not
> display as I expect. Can someone help please?
What do you expect? Yes, they are a bit tricky! <g>
You might find helpful:
<http://netweaver.com.au/floatHouse/>
As for what you might do with your site, a quick look suggests maybe
take a look at removing the float on the content altogether, don't
"position" it. And instead pad the right of
..mymenu {
....
padding: 0 20px 0 0;
so it gives some grace to the content as it sits next to the float
before it wraps...
Everything depends on what you want exactly. But just making these two
changes makes it look ok in FF.
--
dorayme