Archive for May, 2009

Image at the end of a link

Posted by Joeri on 6th May , 2009

div a
{
min-height : 6px;
padding-right : 6px;
background : transparent url(”images/postlink.gif”) 100% 50% no-repeat;
}
/* because IE is stupid */
* html div a
{
height : 6px;
}