Hello dear internet fellows,
I am trying to build a megamenu, because I think the normal
So far I am doing well, because I found some good tutorials on the www. Non the less, I want my megamenu to be always positioned under the main menu. The main menu has a width of 998px and so should the megamenu be. When I give it the same width, the width is applied, but I get the problem, that the megamenu starts at the point, where the
I tried to give it an absolute position, but it still wont work how I want it to. I hope I made the problem clear. I would be very glad if someone could give me a hint.
#menu li:hover .dropdown_1column,
#menu li:hover .dropdown_2columns,
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns
position: absolute;
left:-1px;
top:auto;
right: auto;
bottom: auto;
float: left;
}