What is width and height and why does my glow filter not work unless they are in it?
I have a link that looks like this:
<a href=http://www.webdeveloper.com/forum/archive/index.php/"glow.htm" class="glow">Glow</a>
and my style sheet looks like this:
.glow {width: inherit; height: 1; Filter: Glow(Color=#FFFF00, Strength=3)}
I'd really like to trim down the stuff I don't need, like the width and height (since I would like that link to be the same default size as the rest of my links). Also, it seems like it could cause trouble by having it in there.
Thanks in advance
I have a link that looks like this:
<a href=http://www.webdeveloper.com/forum/archive/index.php/"glow.htm" class="glow">Glow</a>
and my style sheet looks like this:
.glow {width: inherit; height: 1; Filter: Glow(Color=#FFFF00, Strength=3)}
I'd really like to trim down the stuff I don't need, like the width and height (since I would like that link to be the same default size as the rest of my links). Also, it seems like it could cause trouble by having it in there.
Thanks in advance