http://www.advanced-windows.co.uk/demo2/ Hover over the 3rd button which is 'Services' you will see a drop down shoots out but it pushes the content down and it doesn't 'lay over' the content like it does in Firefox I need this doing urgently! So $10 to first person who can solve it, I'm sure it's something stupid within my CSS that I'm missing.
I haven't got time to fully debug this at the moment (I'm sure someone will come along for the $10). However, a good place to start would be looking at where you're using :hover. It'll probably work more efficiently if you use the hover on the li element, rather than the ul. Bear in mind that IE6 doesn't support the hover pseudo class on anything other than <a> so you'll need another solution for that browser. This page has a very nice tutorial that might be useful (and includes the IE6 solution). http://www.seoconsultants.com/css/menus/tutorial/ Jon