Page 1 of 1

Menu not working

Posted: Mon Jan 10, 2011 2:11 pm
by Rosaka
I want to make a menu, that has submenus, when an item with a submenu is highlighted, those menus are shown (or I am trying to just have the submenus shown but below and to the right abit of parent item) Cant seem to get it working.

http://img153.imageshack.us/f/menujk.jpg/

Any Idea why my menu is is looking like that? my HTML and CSS seems fine to me? The menu height also seems not to be working? the footer is in the middle.

HTML
http://pastebin.com/bi1przPk
CSS
http://pastebin.com/nCygCN8P

Am pretty new to website design, thx in advance!

Re: Menu not working

Posted: Fri Jan 14, 2011 10:29 am
by Jade
Add this to your footer div:

[text]
#footer {
clear: left;
text-align:center;
}
[/text]

If that doesn't fix it you can also try:

[text]
clear: both;
text-align:center;
[/text]