Cell Rollover Effect Cell Rollover Effect
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Cell Rollover Effect

Started by gymnastdude182, February 12, 2006, 10:31:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gymnastdude182

I looked using the "search" feature, but had no luck. This site: http://www.lindsayimages.com/ has what I'm looking for. When you scroll over the categories, the background changes as well as the navigation. If anyone knows how to do this, I'd be really appreciative! Thanks again!

Joachim Müller

The site you're refering to has accomplished what you're looking for by this code<td class="tableb" style="cursor:hand" onmouseover="this.style.backgroundColor='#FFD542';"onmouseout="this.style.backgroundColor='#FFEFB5';"><span class="catlink"><h2><a href="index.php?cat=2">Awards & Events</a></h2></span> </td>(just take a look at the HTML output as well as I did, no particular trick), however it uses JavaScript to do that. You could even accomplish this by using plain CSS (take a look at the pseudo class definition catlink a:hover).

gymnastdude182

where do I put this html that you gave me?

Joachim Müller

edit themes/yourtheme/theme.php, find // HTML template for the category listand edit the stuff beneath it accordingly.

gymnastdude182

Still not sure what you mean. How does it get incorporated with the current data?

Nibbler

You download the file, edit it as stated, then re-upload it.