Posts: 10,688
Name: Steven Bradley
Location: Boulder, Colorado
|
I think it's because of the absolute positioning of the menu at bottom:0. That should mean it will sit at the bottom of the nearest containing element that is also postioned or failing to find another positioned containing element at the bottom of the body. Since no containing element (in this case the header) has been positioned the positioning of the menu is in relation to the body of the document.
I think if you add position:relative to #header the links will show where you intended.
Last edited by vangogh; 06-25-2006 at 02:05 PM..
|