Flash动画可以让Web网站看起来很漂亮,但是由于各种原因不是每个人都会在自己的客户端浏览器上安装Flash播放器。假如你或者你的用户不幸安装了64位的Linux发行版,或者你痛恨在自己的Web页面上放动画,那么你就不得不面对没有Flash动画的情况了。
在本文里,我将告诉你如何用JavaScript实现一个可用性更高的旋转木马(carousel)而弃用Flash。
JavaScript——两害相交取其轻
在本文里,我不预备去争论为什么要开发一个旋转木马,而是要接受我们不得不去开发的事实。
那么问题就来了:为什么要使用JavaSript而不是Flash?
HTML基础
知道了这些原因,就让我们从将要在本文中用到的四个内容开始创建旋转木马吧。
<html>
<body>
<div id="storyContainer">
<div id="story1">
<a href="http://www.builderau.com.au/program/iis/soa/Protect_IIS_log_files_by_moving_them_to_a_secure_location/0,339028427,339271617,00.htm" class="ched">Secure IIS</a>
Log files are essential to reconstruct events before an IIS Web server failure. Learn how to protect your log files with this tip.
<span class="fstory"><a href="http://www.cnet.com.au/software/security/0,39029558,40058242,00.htm">Full story</a></span>
</div>
<div id="story2">
<a href="http://www.builderau.com.au/program/soa/Microformats_and_Mapping/0,339028420,339271486,00.htm" class="ched">User Group Mash</a>
Find an Aussie user group near you with our new Google maps interface.
<span class="fstory"><a href="http://www.builderau.com.au/program/soa/Microformats_and_Mapping/0,339028420,339271486,00.htm">Full story</a></span>
</div>
<div id="story3">
<a href="http://www.builderau.com.au/program/dotnet/soa/Quick_Start_guide_to_Microsoft_NET_development/0,339028399,339271495,00.htm" class="ched">.NET 101</a>
Learn how the .NET Framework works and the tools you'll need to get up and running in this quick start guide.
评论加载中…
![]() |