Birdie wrote:
> Hi,
>
> I need space between the top of my h1 (Fund Raising dinner header) and the
> red menu bar.
> Page: http://www.koolfish.com/test/index.html

David suggested:
Establish a block formatting context.
#maincontent {
overflow: hidden; <-------- :: add ::
}


This caused all kinds of screwy layout in FF and Safari on a Mac, so not
sure if I was using it properly.

The simplest way I discovered to fix it in all 3 browsers on Windows and Mac
was to simply add a clear:right to the #maincontent div, though I don't
really know why it worked!

Lisa


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to