How can I get images in this box but keep the browser on the index page?

Discussion in 'CSS' started by Jschmuck2, Jan 7, 2008.

  1. #1
    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!
     
    Jschmuck2, Jan 7, 2008 IP
  2. t.sealey

    t.sealey Peon

    Messages:
    110
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    CSS Remote Rollover.
    I can do it for you.
    How much you willing to pay.
     
    t.sealey, Jan 7, 2008 IP
  3. Jschmuck2

    Jschmuck2 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sorry, I only give my money to people who understand grammar usage :)

    Does anyone have a constructive answer, perhaps?
     
    Jschmuck2, Jan 7, 2008 IP
  4. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    Stomme poes, Jan 8, 2008 IP