Re: [css-d] Newbie Question about Vertical Positioning

2006-08-23 Thread Wes Gamble
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

Re: [css-d] Newbie Question about Vertical Positioning

2006-08-23 Thread [EMAIL PROTECTED]
Robert Tilley wrote: 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. Its a helpful