我想在不同的脱节 div 上淡入背景图像...
http://www.bpanzullo.com/WebTech/index.html
使用 leftnav 类中的 id(悬停或单击都可以)使用 #rightcol 背景图像(使用 jQuery,但 CSS 也可以)显示在 #rightcol div 中。
<div id="leftcol">
<div class="content">
<ul class="leftav">
<li class="leftnav" id="webhosting"><a href="#">Web Hosting<span class="greenSmall">Get more information</span></a></li>
<li class="leftnav" id="cpanel"><a href="#">cPanel<span class="greenSmall">Get more information</span></a></li>
<li class="leftnav" id="emailhosting"><a href="#">Email Hosting<span class="greenSmall">Get more information</span></a></li>
<li class="leftnav" id="reseller"><a href="#">Reseller<span class="greenSmall">Get more information</span></a></li>
</ul>
</div>
</div>
//然后让背景图像显示在#rightcol div的下方
<div id="rightcol">
</div>