Forum Moderators: open

Message Too Old, No Replies

Making Images Appear on Rollover

         

Tobin83

3:14 pm on Mar 8, 2006 (gmt 0)

10+ Year Member




Hey guys, I am stumped on a little one. On this clients site I have a navigation bar on the top right, the logo on the top left, and a rounded rectangular box that will give more information about each section (from the navbar) ie.- Home, Artists, News,Contact)

My question is how do I get the rounded rectangle box to show up when rolled over each one of the navigation bar links. I obviously don't want to have more information come up about contacting this company when I am rolling over the artist page.

Thanks in advance, this site and you guys have always been a huge help.

- Tobin

BlobFisk

5:08 pm on Mar 8, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need to use some javascript and css. Fire a javascript event onmousover to toggle the display of the rectangle. You can also use innerHTML or img.src to change the image itself.

HTH