I want to fade in background-images on a different disjointed div...
http://www.bpanzullo.com/WebTech/index.html
Using id's from the leftnav class (either hover or click is OK) to show up in the #rightcol div using #rightcol background-image (using jQuery, but CSS is OK too).
<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>
//then have the background-images show up below inside the #rightcol div
<div id="rightcol">
</div>