Forum Moderators: not2easy

Message Too Old, No Replies

div content placement

         

Bobby Maxden

6:42 am on Dec 24, 2008 (gmt 0)

10+ Year Member



how can I get the menu in the top div to "follow" the movement of the main content which is inside the main wrapper?

Essentially so that the menu is always square with the left edge of the "K" in the logo
<snip>

[edited by: swa66 at 11:43 am (utc) on Dec. 24, 2008]
[edit reason] no URLs, plaese see forum charter [/edit]

Bobby Maxden

11:36 pm on Dec 24, 2008 (gmt 0)

10+ Year Member



so this:

#nav1 {
height: 15px;
width: 850px;
padding-bottom: 10px;
padding-top: 2px;
text-align: center;
margin: 7px auto 0 auto;
}

above this:

#wrapper {
width:859px;
margin:20px auto 0px;
text-align:left;
padding-top:5px;
position:relative;
}

let me place a menu above and outside of a "main wrapper div" -- but still let the menu "follow" the movement of the centered content below it

now, what if I want to add another set of links or a graphic on the top right? Like say "nav2"

[edited by: Bobby_Maxden at 12:04 am (utc) on Dec. 25, 2008]