Hello,
Is there a way to make a background image/skin clickable and trackable via a pixel tracking url?
Right now I have the background image set up through css:
body {
background: url(IMAGE URL) no-repeat;
background-position:top center;
background-attachment:fixed;
}
Thanks,
George