CSS Transparent Rollovers 3
I was trying to implement some rollover effects when I stumbled over this article at mandarindesign. I wrapped this functionality in the helper here after
The css
1 2 3 4 5 6 | |
The rhtml template
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
The Helper
1 2 3 4 5 6 7 8 | |
| Project | Dashboard | Charts |
|
|
|
|
Comments
-
Wow. I like your code display. Haven't looked at your style sheet yet, hope I remember your place...gotta go (at work on break) later, meg
-
So did you run the code through a generator that created the color codes or is it raw HTML and CSS? Curious because if I can't find where it's readily available I am going to write a program to color code the code display but don't want to reinvent the wheel. It must be somewhere...do you know?????
-
I guess your a speaking about the graphs color. Yes, it's kindof a graph generator, it's call Gruff. You can find more info at http://nubyonrails.com/pages/gruff. However, if you need a color selector then that's not really what is meant for. There maybe some javascript style color wheels/palette selectors out there.