Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 3 trả lời
  • 16 gặp vấn đề này
  • 23 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

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.

Giải pháp được chọn

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>
Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (3)

more options

Giải pháp được chọn

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>

Được chỉnh sửa bởi cor-el vào

more options

Thank you.

Được chỉnh sửa bởi mark.hooper vào