PDA

View Full Version : Weird Firefox 2 Behavior




sambapati87
Jul 30, 2008, 03:22 PM
Hey All, let me begin by giving the URL.

http://lwv.afd.gotdns.com/

Internet Explorer 7, Safari 3, and Firefox 3 (Mac) all display the three drop down menus at the top of the screen "voting" "the league" and "taking action" correctly. Firefox 2 (on Windows) refuses (see attached image). The menus are done using CSS, and the URL to the CSS file is

http://lwv.afd.gotdns.com/common/lwvtype.css

This is odd. Does anyone have any ideas? It would be much appreciated.



angelwatt
Jul 30, 2008, 03:42 PM
I don't have an install of Firefox 2 to try this on, but I think the problem may be that FF2 doesn't know what display:inline-block is, though FF3 does. I believe FF2 needed display:-moz-inline-block;. That's my best guess.

sambapati87
Jul 30, 2008, 04:10 PM
Awesome, thanks! The correct syntax is -moz-inline-box
(http://archivist.incutio.com/viewlist/css-discuss/45996)

Getting closer -- the drop downs are being positioned almost correctly, but the text is left aligned within them. I'll keep trying.