liltaper08
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
I was using css to put a paypal donate image at the end of my website
img.paypal
{
position:absolute;
left:740px;
bottom:-60px
}
There seems to be an easier way to just make it always appear at the bottom instead of typing in different pixel numbers and seeing where it will go
img.paypal
{
position:absolute;
left:740px;
bottom:-60px
}
There seems to be an easier way to just make it always appear at the bottom instead of typing in different pixel numbers and seeing where it will go