Click to See Complete Forum and Search --> : CSS dropdowns in IE5.x and Opera inline lists


MrPunkin
07-05-2004, 05:58 PM
Hello all,

I am working on a project for a client and they want the site made in just CSS and HTML. No problem, and we have a dropdown menu for them, but it doesn't work in IE5.1 for mac. Is there a fix or workaround for this?

Also, inline lists in opera seem to still list vertically, anyone know the fix for this?

TomDenver
07-05-2004, 06:15 PM
Suckerfish Drop Down Menu (http://www.alistapart.com/articles/dropdowns)
Horizontal Drop Down Menu (http://www.alistapart.com/articles/horizdropdowns/)

Without a link I can't tell you why Opera is making your list vertical, but I can tell you that Opera does indeed allow lists to be made horizontal using display:inline. There must be a problem in your code, like the containing div or ul tag has a restricting width, which forces list items onto the next line.

Post a link, or at least your code and you can find better help I'm sure.