Bob, I think that you need to absolutely position your content DIV to get this behavior.
So if the content DIV is contained within the menu DIV (unlikely), then you could set "position: relative" on the menu div and set "position: absolute; top: <your offset value>" on the content DIV. If the menu and content DIVs are peers, then you should put another DIV around your menu DIV, do "position: relative" on that and then "position: absolute" on your content DIV as above. The positioning stuff is non-trivial, so don't feel bad if it's confusing. Wes Robert Tilley wrote: >Please, I am a newcomer to this list. I have read the FAQ regarding posting >and have been hesitant about posting for fear of being squashed. Lurking has >lost its allure and the time has come to enter into the fray with questions. > >My page has a horizontal menu bar at the top of the window. There is a >maximum depth to which the menus drop. I would like to have my <div >id="content"> section positioned vertically below that depth, so that the >text is not covered when the menus drop. > >Having read available CSS documentation, the only property that seems even >partly relevant is "top: Sets how far the top edge of an element is >above/below the top edge of the parent element". > >My experiments with this property were unsuccesful. So as of this point, I >remain almost clueless about how to position the section. The only method of >which I can think is to use <P> or <BR> tags to skip lines. > >Any information is most welcome. > >Thanks, Bob >______________________________________________________________________ >css-discuss [EMAIL PROTECTED] >http://www.css-discuss.org/mailman/listinfo/css-d >IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 >List wiki/FAQ -- http://css-discuss.incutio.com/ >Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/