Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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.