I wanted to know how to achieve full width submenu. I did it but the content drop down always starts from left and not relative
this is my fiddle http://jsfiddle.net/cancerian73/RB9jX/1/
.megamenu {
list-style:none;
padding:0;
position:relative; /* For IE7 */
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1;
}
the problem is all content starts from left I want them to start relatively as per the item list keeping the submenu width 100%
Please see the screenshot. The menu when hover on about should start relative and not from the left having the full width submenu
Please let me know
Thanks