This is my first post And along with it comes a noobish question, so I apologize in advance. I searched to the best of my ability and I'm unable to find the answer across the boards. http://www.oswd.org/design/preview/id/2204[/URL] See that image down there in the bottomish right? And above it, the links for OSWD and XHTML validator and the like? Well, what I would like, is for those links to control what picture shows up in that box...but without changing the page. Is that even possible? I hope so Thanks in advance!
Sorry, I only give my money to people who understand grammar usage Does anyone have a constructive answer, perhaps?
You can get these new images to show on hover or on click with CSS... however, if you want them to STAY after the clicking you'll be using Javascript. Now, Paul O'B has a trial version of a click-and-stay CSS rollover but it only works in FF and Safari, supposedly, with limited success in Opera and none in IE. IE is the biggest problem even for regular CSS rollovers-- you'll either need the links in an anchor <a href="..."> which if they're links that's cool, but some people want other stuff to be hovered on and then IE6 pukes (only understands :hover on links). If you google CSS Rollover you'll find many examples. They usually either have extra spans, or sometimes there's just some Sliding Doors under a transparent image. You can do it with submit buttons too. Just be sure to test whatever you build in as many browsers as you can. You'll find differences.