View Single Post
Old 08-04-2002, 10:32 AM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
hehe, that's the method i've been using redhead .. it's goten me this far, .. except for last night.

here's one for whoever is listening .. eh hem .. ( abc ? =) )

so now i use that script. that script changes the rollover when you rollover that image. i mean it is not required to be a link for the rollover to work.

i am using it like this:
Code:
<a href="link.com">
 <img onmouseover="on(this)" onmouseout="off(this)" /> Text Link Here</a>
The text link is using a rollover that is triggered by the style sheets. so when the user rolls over the image, the text changes color because it's all in the same link... but, if the user rolls over the text, the image switches back ( or doesn't turn on at all if they rollover the text first )

is there a way to make the image switch if anything within the link is rolled over? am i asking too much ?
sde is offline   Reply With Quote