View Single Post
  #3  
Old 04-08-2009, 03:35 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default 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
Reply With Quote