Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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