$20 via PayPal to First Person That Can Create Rollover Images

Status
Not open for further replies.

BrandontheGreat

Links @ helpmyrank.com
Aug 24, 2008
866
4
18
everywhere
Simple: I have a navigation bar with "HOME", "VIDEOS", and "CONTESTS" in white. They need to be transformed into rollovers that turn gray. I need them put on the site (Wordpress blog) also.

If you can do this and have PayPal, PM me ASAP. Don't send a message unless you have a substantial amount of rep and/or posts.
 


If they're just links (ie: text)

Code:
<style>
a.nav { color: white; }
a.nav:hover { color: grey }
</style>
and then have the links like
Code:
<a href="yadayada" class="nav">HOME</a>
...
Otherwise can you please be somewhat more specific on the exact rollover effect you're hoping to achieve. (As there's also javascript and pure-css methods for graphical rollovers, both of which I can easily implement).
 
Status
Not open for further replies.