| Author |
Message / Information |
Elder_Code

Quote | Reply |
|
my pleasure
replied on: 1/31/2003 5:52:40 PM
np
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
Re: Re: Re: Re: Re: Adding Html and javascript!
replied on: 2/1/2003 11:22:06 AM
Actually, you could do it like this as well to make it even shorter.
<font style="filter:glow(color=ff0000, strength=3);height=1px"><b>title</b></font>
The page already has a font tage, so unless you want a different font then there is no need for it. I already knew about the 2 font tags, but forgot to change it before I posted it, heh.
|
Elder_Code

Quote | Reply |
|
Short!!
replied on: 2/1/2003 4:01:20 PM
<b style="filter:glow(color=ff0000, strength=3);height=1px">title</b>
heh
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
Re: Short!!
replied on: 2/2/2003 9:35:19 AM
heh, I see I have an advance html coder on my hands...
|
[ESJ]-Spider

Quote | Reply |
|
Re: Re: Short!!
replied on: 2/5/2003 10:43:28 AM
Sorry that I repeat, because I did it on the wrong place :S
but... Is there any other cool effects like glow?
|
Elder_Code

Quote | Reply |
|
shadow for example
replied on: 2/5/2003 1:31:17 PM
shadow :
<b style="filter: Dropshadow(Color=#ff00000, OffX=1, OffY=1, Positive=1);height=1px">title</b>
here examples with pictures (works with text also)
http://www.fred.net/dhark/demos/css/css_filter_examples.html
more
|
[ESJ]-Spider

Quote | Reply |
|
Re: shadow for example
replied on: 2/6/2003 5:30:35 AM
Thanks, Elder_Code!
|
Elder_Code

Quote | Reply |
|
^.^
replied on: 2/6/2003 4:32:58 PM
my pleasure
|