I have built a dropdown/ mega menu that works perfectly when placed in the body tags.
However, I want to place it within a specified div.
The code for the div is
.menu{width:100%; margin:0 0 50px 0; background-color:#D5D5D5;}
When I place the menu within this, the background colour disappears!
What I want is a grey bar with width 100% but then the menu sitting within 960 width. I assume I will need two divs for this.
The overflow needs to be be possible as the menu expands.
Anyone able to help me please!
THanks
You have to place the
end of the ul list