Şu anda bakım nedeniyle sitemiz kısıtlı işlevsellik sunmaktadır. Mevcut makaleler sorununuzu çözmediyse ve bize soru sormak isterseniz Twitter’da @FirefoxSupport hesabından ve Reddit’teki /r/firefox subreddit'inden destek gönüllülerimize ulaşabilirsiniz.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

images contact form does not display correctly in firefox

  • 2 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 8 gösterim
  • Son yanıtı yazan: 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

Tüm Yanıtlar (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