|
Hello everybody, I have a problem.
Let's say, I have a menu in the header of our web page. Now, the menu have some sub-menus... So, that looks then something like:
Home | About | Menu3 | ......
Incl. our sub menus:
Home | About | Menu3 | ......
HoSub1 - HoSub2 - HoSub3 - ...
Ok, that work's well when you open the first menu (Home, in our case), but when I open now the "About" menu, it looks like:
Home | About | Menu3 | .....
ˇˇˇˇˇˇˇˇˇAbSub1 - AbSub2 - AbSub3 - .... (without the "ˇ")
Means, I have many space on the left side. What I want is, that every sub-menu row, should start right under the first menu (home).
I've already tried positioning, absolute - I could, but it would only work on my resolution (the menu starts centered in a middle wrapper div) - so far as i know, relative - of course not every link starts at the same position,...
I hope you get, what my problem is.
Greetz
Last edited by hellboy124; 12-16-2011 at 12:49 PM..
|