here is the code : http://jsfiddle.net/yuliantoadi/hMr7h/
if you try to hover the 'test 2' link, the dropdown menu will appear. the problem in IE 6, any idea how to make this dropdown menu work in IE 6?
In IE 6, :hover
only works on a
tags for CSS. If you want hover effects for IE 6, they'll have to be done in Javascript.