views:

81

answers:

2

hi, i have a dropdown menu that isnt working in ie7 but works in other browsers

http://redlineautoleasing.com/beta/

its using jquery but i cant figure out how to fix it , any clues?

thanks

+2  A: 

You could try adding a width to the submenu UL, currently IE8 (sorry no IE7) displays each item horizontally.

Setting a width, as well as perhaps overflow:hidden; may help.

(totally untested)

garrow
A: 

thanks , that did the trick!