The skin in question is called Dusk and it's a modified version (I added an extra sidebar) of Kali's Jelly Skin. I'm still modifying it but I've set is as the default skin so you don't have to search through the skin menu.
http://www.slashedtodeth.com/index.php
The side menu (browse by and most recent) has a bit of white at the bottom that is showing up in IE 7. I'm unaware if this is happening in Opera or Firefox since I'm on dial-up and just stick to one browser. I've narrowed it down to the header .tpl file. The portion I cut and pasted is what's causing an error. If I remove one of the three </div> tags the white at the bottom does disappear; however, if I do this then the story index titles are affected since they output the sidemenu title content. I'm unsure how to fix this. I hope I've been clearn enough.
<div id="sidebar">
<div class="headerblock">
<div class="title">Browse By</div>
<div class="content">
<div id="sidemenu">
<ul id="sidemenu">
<li>{recent}</li>
<li>{authors}</li>
<li>{catslink}</li>
<li>{titles}</li>
<li>{series}</li>
<li>{tens}</li>
<li>{search}</li>
</ul>
</div>
</div>
</div>
I've searched through the entire skinning support board, and also checked at Kali's site, but could not find a solution for it.
I'm using IE 7
eFiction version 3.4.2
Skin: Jelly by Kali (is called Dusk)