Rollover images for comic navigation
If any of you have surfed over to my webcomic, Monkey Law, you may have noticed that the “First,” “Previous,” “Next,” and “Last” buttons are rollovers. I realize, though, that I never really give any instructions for how to make rollovers work in stripShow. One thing you might also wonder is, since stripShow doesn’t assign DHTML items like ID to the navigation buttons, how can you make them into rollovers, since JavaScript has nothing to grab on to?
The answer is I don’t use JavaScript. I use pure CSS.
So here, without further ado, is a tutorial.
(more…)
