PDA

View Full Version : Link Rollover Scripts



properclone
27-07-2004, 04:05 PM
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 :(

jamie5k
27-07-2004, 06:17 PM
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/Scripts_and_Programs/Mouse_Tricks/index.html

Mentor
09-10-2004, 10:11 PM
id think you could do that with css ?

8Freak8
10-10-2004, 09:59 AM
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 {

properclone
10-10-2004, 10:08 AM
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.

Want to hide these adverts? Register an account for free!