Just to make it myself and other people easier, am I trying to make a mega drop downmenu tempalte for CMS MS. I started to make the menu work 'hard coded' and already I came upon some problems.
Please take a look at: http://voison.nl/menu2/
I want the dropdown box to float all the way to the left instead of beginning below the parent. Is there somebody that can help me with that? I tried already so much and I just cant find the solution

I think the code should be edited here, because this is the div containing the sub ul and li items.
Code: Select all
/* STYLING SUB */
div#menuwrapper ul li div.sub {
min-width:760px;
position:absolute;
background-color:#036;
z-index:9999;
padding:10px;
display:none;
}