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

Firefox displays select options horizontally

  • 2 replies
  • 1 has this problem
  • 5 views
  • Last reply by 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]

Modified by 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.