Forum Moderators: not2easy
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]
#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]