|
I'm not sure why you need the float:left command in the code. My experience with the float command is it pretty much over powers. If you are trying to position the submenu (when it appears) and you want it based off of the left hand side of the screen.
Try using the position:absolute instead of realative. Then you can position it based on the location that you want the submenu.
I tried to look at some of your code but you have it in a <link>. You should pose som of your code so we can see.
|