I think I'm going to need a little bit of assistance. My custom button (comments button) isn't really showing... Well the hover image works and all but not the normal image (nonhover image).
This is the code I used for my about section:
#about {background:transparent top center
no-repeat;position:absolute;top:138px;left:541px;font-size:9pt;overflow:auto; overflow-x:hidden; overflow-y:hidden; height:310px; width:300px;}
#about ol {background-color:transparent;position:absolute;top:0px;left:10px;}
#about ol {background url(http://i559.photobucket.com/albums/ss39/xplay7/commentplay.png) no-repeat; height:146px;width:39px; font-size:8pt;color:#6f1c1c;}
#about ol img {opacity:0;filter: alpha(opacity=0)}
#about ol:hover img {opacity:1.00;filter: alpha(opacity=100)}
#about ol ol{ overflow-y:auto; padding-right:500px; background:transparent; height:205px;width:200px; top:50px;left:0px; font-size:8pt;color:#a01009;}