Dark Dragon
08-29-2003, 04:29 PM
First I want to thank Pyro, LavaLamp and all those who helped me on the rollover issue, I truly appreciate your efforts..however I am afraid I did not represent my problem too well.
Okay this code is supposed to be for a rollover link:
<h4 onmouseover="style.color='red'" onmouseout="style.color='black'">
Test Link</h4>
the code makes the text turn color as you move the mouse pointer over it..I also want it to be a link BUT I also still want it to change colors too. So as the visitor moves the mouse over it, they can also click on the same words to get elsewhere..this is what I was trying to convey.
I liked Pyro's code he gave me but in this case I already have a graphic allocated as a header..so I can't use it yet....but if I use the
<a href> tag then the text will be underlined as many hyperlinks are and the rollover effect will no longer work
I do not want to use a Swap Image thing..just code for now but the DreamWeaver reference guide is of little help as it only adressess the use of graphics in rollovers...thanks
Okay this code is supposed to be for a rollover link:
<h4 onmouseover="style.color='red'" onmouseout="style.color='black'">
Test Link</h4>
the code makes the text turn color as you move the mouse pointer over it..I also want it to be a link BUT I also still want it to change colors too. So as the visitor moves the mouse over it, they can also click on the same words to get elsewhere..this is what I was trying to convey.
I liked Pyro's code he gave me but in this case I already have a graphic allocated as a header..so I can't use it yet....but if I use the
<a href> tag then the text will be underlined as many hyperlinks are and the rollover effect will no longer work
I do not want to use a Swap Image thing..just code for now but the DreamWeaver reference guide is of little help as it only adressess the use of graphics in rollovers...thanks