Log in

View Full Version : Glowing links when you hover over them...


mr e
12-08-2001, 03:56 AM
Hi, I have a question about HTML and I figured you guys could help me. Is there any way I could make a link glow when I hovered over it?

merk
12-08-2001, 06:42 AM
there is a method using CSS2 i think.

It doesnt work in netscape afaik..

But from memory it ssomething like

You need to have up the top something like the following >


<style>
<!--

a:hover {
filter:glow(color=#C4C400, strength=2);
}

-->
</style>


Put that above your <head> tag and all should be sweet...

Else ask Sinecure, im sure he makes alot of html like that :)

mr e
12-08-2001, 11:49 PM
Hmmm...that didn't seem to work, anyone else have any ideas?

merk
12-09-2001, 03:59 AM
Sorry, in your head tag :(

If that doesnt work, im not sure how you would do it, without DHTML, and im sure theres others around who can help you :?:

Andy Z
12-09-2001, 04:11 AM
Under the username in posts where ist says offline or online and the online is glowing the code is:
<table style="filter:glow(color=#C4C400, strength=2)">Glowing Text Here</table>

mr e
12-09-2001, 04:27 AM
Ya I got that, but I need to know how to make the link glow when I hover over it. What is DHTML? How do I do it in that?

merk
12-09-2001, 09:00 AM
DHTML is javascript, im sorry i cant help you furthur, because i dont know enough about it and CSS related commands to be able to do what you want :(