so if we see this website www.symphonysv.com,
there we can see some text in the middle row. when we point those texts with mouse, the image in the side changes.
it's done with javascript you should look on google for tutorials on javascript mouse over event and you should pull up plenty of info to get what you want done.
__________________
A patch is a piece of software which replaces old bugs with new bugs.
It can be done with CSS yes, but for IE 6 and below you'll still need a bit of scripting(htc file) because those versions don't support the hover pseudo class on anything but a link.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
CSS does it very handily, and you don't run into any risk of losing your navigation if someone does NOT have javascript enabled.. or is using a browser or assistive technology that doesn't run javascript.
CSS does it very handily, and you don't run into any risk of losing your navigation if someone does NOT have javascript enabled.. or is using a browser or assistive technology that doesn't run javascript.
There are several CSS-only examples here...
Thanks for the link and that is exactly why I wanted the CSS version
__________________
Firefox rediscover the web
Please login or register to view this content. Registration is FREE Down with internet explorer!
I'll say either JS or Flash (only the texte will have to be a part of the flash movie, then make a button and put the hit frame on the text and change the over image)
hope this is helpfull
__________________
forum-------> Please login or register to view this content. Registration is FREE , for people who wants to have a good time ;)
website------> Please login or register to view this content. Registration is FREE (might be in construction :D)
Hope you have a great time and that my post is helpfull ;)
« Reply to image changes when we point with mouse, how?