Can you please help me I am having a CSS problem. I can't figure out what I did to mess up my menu. I have been working on this problem non stop with no luck.
Here is my site
http://www.slavelakewinterhawks.com
Thanks
Can you please help me I am having a CSS problem. I can't figure out what I did to mess up my menu. I have been working on this problem non stop with no luck.
Here is my site
http://www.slavelakewinterhawks.com
Thanks
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
Sorry forgot the link. Here it is
http://wordpress.org/extend/themes/delight
Start reading: Styling_Lists_with_CSS
Thanks moshu that really helped. I think I am starting to learn a little bite about CSS. Feels good when something works.
This topic has been closed to new replies.