OK, I still just cannot see what you mean about the buttons. We are talking about the ones that are labeled like - 'latest news', 'about me', etc., right? Anyways, I was able to fix up the 'featured track' appearance to my satisfaction. Where you have:
HTML Code:
<td colspan="3" background="http://ikonmusic.net/ikonmusic_32.jpg">
<iframe src="http://www.ikonmusic.net/week.html" name="ikon2" allowtransparency="true"
align="middle" frameborder="0" height="82" scrolling="no" width="209">
</iframe><br>
</td>
<td>
<img src="http://ikonmusic.net/spacer.gif" alt="" height="82" width="1"></td>
</tr>
<tr>
<td colspan="20">
<img src="http://ikonmusic.net/ikonmusic_33.jpg" alt="" height="16" width="693"></td>
I used:
HTML Code:
<td colspan="3" style="background:url('http://ikonmusic.net/ikonmusic_21.jpg') 611px bottom;">
<div style="position:relative;right:2px!important;right:3px;background-color:#D3D5CA;"><iframe src="http://www.ikonmusic.net/week.html" name="ikon2" allowtransparency="true"
align="middle" frameborder="0" height="82" scrolling="no" width="209">
</iframe></div>
</td>
<td>
<img src="http://ikonmusic.net/spacer.gif" alt="" height="82" width="1"></td>
</tr>
<tr>
<td colspan="20" style="background-color:#0F0E0C;">
<img style="border-right:1px solid #5D5855;" src="http://ikonmusic.net/ikonmusic_33.jpg" alt="" height="16" width="693"></td>
I also liked this version (attached):
Bookmarks