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!
Menu not working
Moderator: General Moderators
Re: Menu not working
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]
[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]