308holes
December 5th, 2005, 12:48
hey im using this code that i got to display an image at the bottom right corner of the screen i have been trying to get some text to next to the image but it either blurs the content behind it or wont show anyone know any ideas ?
a#BtmRight {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 30px;
width: 60px;
background: url(corner.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
a#BtmRight {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 30px;
width: 60px;
background: url(corner.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;