roll over image

Hi Guys

I quite a newbie to ruby, i was just wondering how i can create a roll over image in ruby which is running on Ubuntu. i have tried creating it using adobe flash cs3 but cannot embed the image into the site. any other suggestions on how i could implement this?

I quite a newbie to ruby, i was just wondering how i can create a roll over image in ruby which is running on Ubuntu. i have tried creating it using adobe flash cs3 but cannot embed the image into the site. any other suggestions on how i could implement this?

Ruby doesn't come into play at all in this case. Javascript maybe. CSS definitely.

http://www.google.com/search?q=css+rollover+images

-philip

But the image has many rollover parts so css wont work?

CSS, JavaScript or Flash, depending on your exact requirements -- but none of the options have anything to do with Ruby or Rails :slight_smile:

yes would like to use flash but i dont know how to incorporate it into rails any ideas?

Put it in your markup as you normally would -- there's no difference on the client side -- which is all that counts -- between pages delivered by Rails and those delivered by any other framework/server.