Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating glowing links
01-26-2009, 01:49 PM (This post was last modified: 01-26-2009 01:49 PM by King.)
Post: #1
Information Creating glowing links
There is a way to create glowing links , again by using CSS (cascading style sheets), but it only works with IE4+ (the rest of the browsers will simply ignore it). However, you can add this cool effect for the benefit of your visitors with IE4.

For a change, let's make this an inline CSS (you will put it where you want the effect and it will not show up on the other links):

Code:
<SPAN STYLE="position:relative; width:250; height:20;
filter:glow(Color=#00A0A0,Strength=2)">
<a href="http://www.videotiger.com">
<b><br>Are you looking for the fastest
<br>and most relevant search engine?
<br>Then go here and try it out! </b></a></SPAN>
Find all posts by this user
Quote this message in a reply
01-28-2009, 07:42 AM
Post: #2
RE: Creating glowing links
wowoowowowow
awesome handy looking code
Thankyou very much

Find all posts by this user
Quote this message in a reply
02-09-2009, 10:47 PM
Post: #3
RE: Creating glowing links
i use the glow bbcode for mybb
Find all posts by this user
Quote this message in a reply
02-10-2009, 12:48 PM
Post: #4
RE: Creating glowing links
BBCode is really easy!
But this code is nice.
Find all posts by this user
Quote this message in a reply
02-15-2009, 09:23 PM
Post: #5
RE: Creating glowing links
It's really nice effect, but doesn't even work in Safari which is my development browser.
Find all posts by this user
Quote this message in a reply
03-10-2009, 06:43 PM
Post: #6
RE: Creating glowing links
Do glowing texts still show up properly on browsers outside of IE? I thought it was something that nobody used anymore because it wouldn't show up properly in certain browsers and was ultimately only irritating guests and visitors.
Find all posts by this user
Quote this message in a reply
03-10-2009, 10:32 PM
Post: #7
RE: Creating glowing links
Theirs alot of these codes on the MyBB website but, they only work in Ie7, and it includes a glowing effect.
Find all posts by this user
Quote this message in a reply
03-16-2009, 04:44 PM
Post: #8
RE: Creating glowing links
A nice guide , but isnt there a code that could do this for all browsers?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: