The only reason why it isn't happening on member list, profile page etc. is because you don't have the nav bar on it.
To fix this problem, find:
.ddmenu
and add 'height:20px;'
The height is too expanded and so covers the top section of your layout, so it's not clickable.
Don't know about the wonky footer though. Will find out (hopefully if I can).
--------------------------
EDIT:
I don't know if you intentionally did this, but you hid the profile nav bar...
#profile .nav {
overflow: hidden;
margin: 0 0 10px 0;
}
Remove all the properties and it should show.
--------------------------
Now onto the footer XD
EDIT: Urgh. Idk. I'm tired. I'll try again tomorrow :3
__________________
Regards,...the CSS lovin' cookie monster...
~C.Maestro 
___________________
I'd like to think I'm good at CSS&HTML, so if you need help with designing templates and stuff, feel free to 'come at me bro' with the questions. Haha, also if you need help with installing the Mysidia Adoptables Script, please check out my guide here!
Last edited by ChibiMaestro; 03-12-2012 at 03:52 PM.
|