Re: How to display a border on the rollover for thumbnails
i use this
class=⌠borderit■ onmouseover="this.className=''borderitover'" onmouseout="this.className='borderit'"
css
.borderit {
border: 1px solid #FFFFFF;
}
.borderitover{
border: 1px solid #DD0D75;
}
__________________
xcart 5.1.2
|