|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
|
|
#1 |
|
macrumors member
|
Weird Firefox 2 Behavior
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. |
|
|
|
| sambapati87 |
| View Public Profile |
| Find More Posts by sambapati87 |
|
|
#2 |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
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.
|
|
|
|
|
|
#3 |
|
Thread Starter
macrumors member
|
Awesome, thanks! The correct syntax is
Code:
-moz-inline-box Getting closer -- the drop downs are being positioned almost correctly, but the text is left aligned within them. I'll keep trying. |
|
|
|
| sambapati87 |
| View Public Profile |
| Find More Posts by sambapati87 |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|