how to make a moving/changing web banner(as mouse moves over area picture changes)

Asked by zunaidk

i would like my banner to change to different backgrounds as the mouse is run over it/a wheel that rolls over the screen with a changing background that could reveal either a name or a particular item'

Question information

Language:
English Edit question
Status:
Solved
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Solved by:
Oleg Koptev
Solved:
Last query:
Last reply:
Revision history for this message
Best Oleg Koptev (koptev-oleg) said :
#1

You need to use GIF or SWF programms. Unfortunately, not all browsers at the moment are able to work directly with SVG format, which is default Inkscape format.
You could use Inkscape for creation sources (bitmaps) for another programms.

That is. Maybe ~suv correct me if I go wrong :)

Cheerz

Revision history for this message
Oleg Koptev (koptev-oleg) said :
#2

p.s. Or, if you are familar with cascad sheets you could use some CSS magic.

Revision history for this message
zunaidk (zunaidk) said :
#3

Thanks Koptev Oleg, that solved my question.

Revision history for this message
pbhj (pbhj) said :
#4

You can do this with SVG and javascript by triggering an alteration in the image (eg transition the opacity of the top layer to 0) when the mouse moves over a certain element. The only problem you'll have is browser support - though Google have just released a fix for MSIE that will add SVG support.