Does anyone have a script for a (hyper)link that when you roll over it with your mouse it goes bold?
Or if there is a way to do it in Dreamweaver MX 2004 directly in design mode
I would REALLY appreciate it
Thanks :(
Printable View
Does anyone have a script for a (hyper)link that when you roll over it with your mouse it goes bold?
Or if there is a way to do it in Dreamweaver MX 2004 directly in design mode
I would REALLY appreciate it
Thanks :(
hey properclone check this site out its php javascript and things like that www.hotscripts.com it might help i dont know :)
try this one http://www.hotscripts.com/JavaScript...cks/index.html
id think you could do that with css ?
Complete guess:
At the top between the <style> tags find:
a:hover {color:blue; text-decoration:underline}body {
That is what it does to underline on rollover. Changing underline to bold or strong might work.
Eg
a:hover {color:blue; text-decoration:bold}body {
You should look at when I posted this: 07-27-2004, 05:05 PM
That was ages, I found it out myself when discovering css.