what’s wrong with it? looks fine to me
I might have been trying different themes please take another look
still looks perfectly fine to me…
what is wrong with it?
If you are refering to the menu not moving with the rest of the page, the issue is there is no declaration for the menu.
Add this:
#menu {
position:relative;
width:940px;
height:140px;
margin: 0 auto;
Thanks csleh. That did the trick. One more thing, how do I take out the bullets. I would like the menu to look like this.
Thanks
-mike
Thanks moshu that really helped. I think I am starting to learn a little bite about CSS. Feels good when something works.