X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   CSS Question (https://forum.x-cart.com/showthread.php?t=63103)

MSfan 03-28-2012 04:07 PM

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

cherie 03-29-2012 01:23 PM

Re: CSS Question
 
Try:

.foo a:hover span img {


All times are GMT -8. The time now is 07:54 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.