Ok, so it worked on ONE of the images I was using but it was a full sized image not being used as a background image... The other is a 4x4px background image... and I can't get it to work on that one... Here is the code I'm using...
Code:
.trans_div {
width: 164px;
height: 107px;
position: absolute;
left: 650px;
top: 173px;
font-weight:bold;
padding:1px;
border:solid 1px bcac75;
overflow:auto;
background:url('http://www.waldronar.com/Design/Myspace/Tech-Grunge-Overlay/images/50-Percent.png');
background-repeat:repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.waldronar.com/Design/Myspace/Tech-Grunge-Overlay/images/50-Percent.png');
}
Code:
<div class="trans_div">
<center>
<a href="http://en.wikipedia.org/wiki/Epitome"><em><font size="1" color="bcac75">Epitome</em></a> of my <a href="http://en.wikipedia.org/wiki/Narcissism"><font size="1" color="bcac75">Narcissism</a>...<br style="clear:both;">
<a href="http://hotornot.com/r/?eid=AYBREMR-ARA">
<img src="http://pix2.hotornot.com/s/AYBREMR-ARA.jpg" class="hot">
<br style="clear:both;">
<font face="verdana" size="1" color="bcac75">www.hotor<em>not</em>.com</a></center>
</div>
Bookmarks