Join the Mozilla’s Test Days event from Dec 2–8 to test the new Firefox address bar on Firefox Beta 134 and get a chance to win Mozilla swag vouchers! 🎁

Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

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

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

Подробнее

images contact form does not display correctly in firefox

  • 2 ответа
  • 1 имеет эту проблему
  • 8 просмотров
  • Последний ответ от ENERGY5UK

more options

Why does my contact form on my website fail to display correctly on firefox, when veiwed from a windows Vista or 7 operating system. The contact form image is ok in IE9 and Chrome, just not in Firefox. see my contact form image from the link bellow and compare in other browsers to compare.

http://netprice-mobiles.co.uk/Contact_Us.php

Why does my contact form on my website fail to display correctly on firefox, when veiwed from a windows Vista or 7 operating system. The contact form image is ok in IE9 and Chrome, just not in Firefox. see my contact form image from the link bellow and compare in other browsers to compare. http://netprice-mobiles.co.uk/Contact_Us.php

Все ответы (2)

more options

I have not compared it in other browsers.

I have however tried a check on it using a web standards validator.

Try correcting those errors, run the test again, then compare with the different browsers.

I you need coding advice consider asking on the mozillazine forum:

(preferably after you have validated the code)

more options

Thank for running the test john, Im dont really know much about code other than basic html.

The code of the image were the errors are detected from your test does relate to the image code thats inserted into the page but i wouldnt know how to correct this. the original un-edited code is bellow. for anyone who knows what might need to be adjusted. its as if the image is there, its just not the correct size, could it be that IE9 and chrome browsers auto determine the display size of the box, but firefox, may need additional size tags ( posistion, width, height tags) adding to the code in some way.


<script type="text/javascript" src="swfobject.js"></script>
Form Object
<script type="text/javascript">var so = new SWFObject("my_name_is.swf", "my_name_is.xml", "400", "343", "7,0,0,0", "#ffffff");so.addParam("classid", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000");so.addParam("quality", "high");so.addParam("scale", "noscale");so.addParam("salign", "lt");so.addParam("wmode", "transparent");so.addParam("FlashVars", "xmlfile=my_name_is.xml&w=400&h=343");so.write("CC129724");</script>

Thanks Stephen