View Single Post
Old 09-22-2006, 09:20 PM   #2 (permalink)
turtile
 
Wizard Techie

Join Date: Jan 2005

Location: Delaware

Posts: 3,459

turtile is on a distinguished road

Default

You need to postition the layer.

#menu {
background-color: #faab00;
vetical-align:middle;
height: 60px;
width: 800px;
}


or

#menu {
position:relative;
background-color: #faab00;
height: 60px;
width: 800px;
}

<center>
<div id="menu">
</div>
</center>

You also need a 60px margin for the main element.

Is this Franklin Township in NJ?
__________________
Intel Prescott 3.0 Socket 478
Seagate 250GB 16MB Cache
160GB Seagate in Vantec NexStar 3 Enclosure
ASUS P4P800-E Deluxe
LG DVD-ROM
NEC DVD-RW DL
1GB Corsair PC3200
GeForce 5700 256MB DDR
turtile is offline