07-09-2008, 05:00 PM
|
#7 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
Your navigation menu still floats around the top of the page at will. If you set it up with the same idea as your div#wrap, you can fix it pretty quickly.
Code:
.mattblacktabs{
margin: 0 auto;
width: 650px;
}
-m
|
|
|
|