View Single Post
  #25  
Old 03-28-2008, 05:05 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: How to give border & mouse over effect to feature produc

I couldn't see any distinguishing differences between the areas. Perhaps one simple way would be to get the skin1/customer/main/featured.tpl and start and end with a custom div like so...

<div class="featured_items"> {*starting featured div *}
{* The featured.tpl content goes here untouched *}
</div> {* ending div at end of tpl *}

and in the main css file add a new featured_items class called from the new div (more or less a duplicate of TD.DialogBox but with a different bg colour)...

.featured_items TD.DialogBox {
background-color: #ff0000; /* demo colour red */
/* remaining class content */
}

this way only the featured items are affected and the product pages remain unscathed - hopefully
__________________
Doms
kube v4.1.9
Reply With Quote