View Full Version : Glowing links when you hover over them...
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?
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 :)
Hmmm...that didn't seem to work, anyone else have any ideas?
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>
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?
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 :(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.