Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Firefox displays select options horizontally

  • 2 отговора
  • 1 има този проблем
  • 5 изгледи
  • Последен отговор от 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]

Променено на от Hailander

Всички отговори (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.