Quote:
Originally Posted by bdude This is the code they're using: Code: <td class="alt1Active" colspan="2" align="left" id="f32" style="cursor:hand;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='forumdisplay.php?f=32';"> Which means that normally the cells are displayed as the alt1Active class (white bg), but when they're hovered over they turn to the alt2Active class (purple bg) |
Yes, I now see that with a view source of the page, helps when you know what to look for

thanks. Just one more question, I tried to put the code in through style manager to no effect, both in 1st alternating style, then td, then at the bottom, zero success. What part of the process am I missing. thanks for the heads up.