Replace this:
Code:
<div style="position: absolute; top: 365px; left: 148px; border: solid 0px; width: 155; height: 129; background-color: #">
<a href="home.php" target="TL" class="anotherclass gradualfader"><img src="images/home_btn.png" /></a>
<br><a href="info.htm" target="TL" class="anotherclass gradualfader"><img src="images/info_btn.png" /></a>
<br><a href="haa.htm" target="TL" class="anotherclass gradualfader"><img src="images/haa_btn.png" /></a>
<br><a href="http://todd-lasance.net/gallery" target="_blank" class="anotherclass gradualfader"><img src="images/gallery_btn.png" /></a>
<br><a href="http://z4.invisionfree.com/ToddLasance/" target="_blank" class="anotherclass gradualfader"><img src="images/forum_btn.png" /></a>
<br><a href="site.htm" target="TL" class="anotherclass gradualfader"><img src="images/site_btn.png" /></a>
</div>
with:
Code:
<div style="position: absolute; top: 365px; left: 148px; border: solid 0px; width: 155; height: 129; background-color: #">
<a href="home.php" target="TL"><img class="gradualfader"
src="images/home_btn.png" /></a><br><a href="info.htm" target="TL"><img class="gradualfader"
src="images/info_btn.png" /></a><br><a href="haa.htm" target="TL"><img class="gradualfader"
src="images/haa_btn.png" /></a><br><a href="http://todd-lasance.net/gallery" target="_blank"><img class="gradualfader"
src="images/gallery_btn.png" /></a><br><a href="http://z4.invisionfree.com/ToddLasance/" target="_blank"><img class="gradualfader"
src="images/forum_btn.png" /></a><br><a href="site.htm" target="TL"><img class="gradualfader"
src="images/site_btn.png" /></a></div>
Bookmarks