Hi guys, i have recently been using 960 gird to base my websites on however i have just come across a problem with my drop down menus. The 960gird css file uses the relative attribute and so does my menu, so the menu wont drop down over the divs on my page it just goes behind them. When i disable the position:relative on the grid960 css file it works fine but then my page doesn't look right. the site im testing the code on is called moneyadviceservice.co.uk its just a load of just on there atm but the menu is there.
Have you tried z-index:99;? Add it to #nav. Also just a note for next time this thread should have been posted in the CSS section here.