This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Firefox displays select options horizontally

  • 2 antwoorde
  • 1 het hierdie probleem
  • 5 views
  • Laaste antwoord deur yuyenmt

more options

I code a simple drop down, but the options are displayed horizontally, and it is stretched across the whole screen. See the screenshot. The drop down on top is the same, only that it's wrapped in a < p > not in a < div >. How can I get rid of this?

Screenshot

I code a simple drop down, but the options are displayed horizontally, and it is stretched across the whole screen. See the screenshot. The drop down on top is the same, only that it's wrapped in a < p > not in a < div >. How can I get rid of this? [http://img560.imageshack.us/img560/8834/49487812.png Screenshot]

Gewysig op deur Hailander

All Replies (2)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

Hello I know this post is from 2 years ago, I had the same problem and your question is the only one that I found. The problem is in some place of your css or in de body you have a display: inline, and takes that efect on the select ONLY in firefox on IE it works normal.