what i would do is
Code:
img
{border: none;
}
img a
{border: 3px solid #ec851f;
}
img a:hover
{border: 3px solid #793f00;
}
of course that would make all imgs inside a link surrounded by those borders, and the hover effect as well.
however, the way you have it now would work just remove the class="thum" from the img, put it in the <a> tag, and it should work, but make sure you still have this in your css
Code:
img
{border: none;
}
Regards,
Cy.
|