Image Roll-over HTML

admin

Administrator
Staff member
I was wondering if it's possible to create a roll-over effect using two graphics using HTML. I am creating a drop down list for a website I'm working on, and I'd like for the drop down options to be graphics. I'm not having any trouble with using a graphic in my list, but when it was just text I had a roll-over option that would change the background color so you knew what item you were rolling over. With the graphics I'd like to have a second image appear when the first one is rolled over that looks like it has the same background color change as the regular text.<br />
<br />
I've searched the 'net for help, but everything has quite a bit of JavaScript and I'm hoping there's a way to just do it using HTML. <br />
<br />
Does anyone know of how to do this, or is JavaScript the way to go?<br />
<br />
Thank you!!!!!<!--content-->Not with html. Use JavaScript or css.<!--content-->css is the way to go<!--content-->http://www.pixy.cz/blogg/clanky/cssnopreloadrollovers/<!--content-->
 
Back
Top