Firefox displays select options horizontally
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?
Изменено
Все ответы (2)
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.
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.