I have the following (severely snipped) structure: <ul id="menu"> <li> <ul> <li> <p id="breadcrumb">
#menu ul { position: relative; } #menu ul li ul { position: absolute; left: 0; } The second level ul overlaps the paragraph below it (see http://css-discuss.incutio.com/?page=AbsoluteLayouts). Unless I'm mistaken, the best solution is to apply a top margin to the breadcrumbs paragraph. Here's my problem: Sometimes that second level ul is empty, which means applying a fixed top margin to the breadcrumbs paragraph won't work--it leaves a large gap. Is there a way to avoid that overlap in a more flow-friendly manner? Thanks, Seth Livingston ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/