View Single Post
  #2  
Old 04-08-2009, 11:50 AM
  ElegantXMods.com's Avatar 
ElegantXMods.com ElegantXMods.com is offline
 

Advanced Member
  
Join Date: Apr 2009
Location: Stirling, UK
Posts: 94
 

Default Re: How to display a border on the rollover for thumbnails

I've only just taken a quick look over your post, so I apologise in advance if this is wrong, but perhaps your CSS for borderit should refer to <img />, rather than a class that 'encloses' the <img />, like so:

img.borderit {
border: 1px solid #FFFFFF;
}
img.borderit:hover {
border: 1px solid #DD0D75;
}
img.borderit:hover{
color: DD0D75; /* irrelevant definition to overcome IE bug */
}
__________________
John
ElegantXMods.com

QuickOrder AJAX-based search and ordering system now available
giving you complete control over how customers browse and search for your products. Click here for details.
PriceSlider - easily filter categories by price range - only $9.99 - details here

X-Cart 4.1, X-Cart 4.2 on Windows/IIS and Linux/Apache.
Reply With Quote