Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Why does my website, http://ironstonerealtyconsultants.com/, not display properly on Firefox?

  • 3 பதிலளிப்புகள்
  • 16 இந்த பிரச்னைகள் உள்ளது
  • 22 views
  • Last reply by cor-el

The logo on my website does not display in the center like on IE.

The logo on my website does not display in the center like on IE.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You do not have code for Firefox to display that Flash object.
Firefox ignores an object if it has a classid.

You need to add code for Firefox with type="application/x-shockwave-flash" as well.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="980" height="342" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24">
<param name="movie" value="/images/stories/header_v8.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />

 <!--[if !IE]>-->
 <object data="/images/stories/header_v8.swf" width="980" height="342" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
  </object>
 <!--<![endif]-->

</object>
Read this answer in context 👍 0

All Replies (3)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

You do not have code for Firefox to display that Flash object.
Firefox ignores an object if it has a classid.

You need to add code for Firefox with type="application/x-shockwave-flash" as well.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="980" height="342" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24">
<param name="movie" value="/images/stories/header_v8.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />

 <!--[if !IE]>-->
 <object data="/images/stories/header_v8.swf" width="980" height="342" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
  </object>
 <!--<![endif]-->

</object>

cor-el மூலமாக திருத்தப்பட்டது

Thank you.

mark.hooper மூலமாக திருத்தப்பட்டது