Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need Help on my image border Re: Need Help on my image border

#47464
Code:
html

Code:
a.imgBorder {
border:3px solid #ccc;}
a.imgBorder:hover {
border:3px solid #fff;}

pretty sure that should work