Can anyone help me understand how to link this shopping cart image to the shopping cart page. From my stylesheet the reference to the image is:
#cart_header{
background:url(../images/cart_bg.gif) 5em 0 no-repeat;
padding:.2em 0 0 11em;
}
Is there a way to link this image so that when clicked it actually goes to the shopping cart?
Thanks,
Jason



