Thread: CSS Question
View Single Post
  #1  
Old 03-28-2012, 04:07 PM
 
MSfan MSfan is offline
 

Advanced Member
  
Join Date: Nov 2011
Posts: 56
 

Default CSS Question

I want to apply a (hover over) style to the element below, but I can't figure out the CSS syntax. Here is my structure (from what I see in Firebug):

Code:
<table class= "products products-table"> <tr class= {varies}>... <td class="highlight first last product-cell"> <div class="foo"> <a><img .../> <span> <img { APPLY STYLE WHEN HOVERING OVER THIS IMG ITEM } /> </span> </a> </div> </td>


Note: I'm going to want to put a different style for <td class="highlight last product-cell"

Thanks
__________________
v4.4.4 Pro
Reply With Quote