別のバラバラな div の背景画像をフェードインしたい...
http://www.bpanzullo.com/WebTech/index.html
leftnav クラスの ID を使用して (ホバーまたはクリックでOK)、#rightcol background-image を使用して #rightcol div に表示します (jQuery を使用しますが、CSS も使用できます)。
<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>