好的,所以我的主页在这里使用了 flash:
http://www.emmaphillipsbridal.com/
如果我尝试添加一些 alt 代码,以便 ipad 和 iphone 用户可以看到一些东西而不是空白页,但是当我保存代码时它消失了,我看到一些人提到了这个问题,但我找不到解决方案。
flash的代码是:
<div class="flash">
<object width="980" height="665" data="http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/header_v8.swf?xmlUrl=http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/xml_folder/" type="application/x-shockwave-flash">
<param name="data" value="http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/header_v8.swf?xmlUrl=http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/xml_folder/" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
<param name="src" value="http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/header_v8.swf?xmlUrl=http://www.dansiop.com/epbs/skin/frontend/base/theme137/flash/xml_folder/" />
</object>
</div>
该页面上的设计 xml 是:
<!--<reference name="content">
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
<block type="reports/product_viewed" name="home.reports.product.viewed" alias="product_viewed" template="reports/home_product_viewed.phtml" after="product_new"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
<block type="reports/product_compared" name="home.reports.product.compared" template="reports/home_product_compared.phtml" after="product_viewed"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block>
</reference><reference name="right">
<action method="unsetChild"><alias>right.reports.product.viewed</alias></action>
<action method="unsetChild"><alias>right.reports.product.compared</alias></action>
</reference>-->
谁能给我一些关于如何为没有闪光灯的用户显示其他内容的想法?
提前致谢。
丹西奥普