Staredit Network

Staredit Network -> Computers and Technical -> HTML Help needed
Report, edit, etc...Posted by Oblivius on 2006-06-12 at 01:29:32
ok, im new to html, ad unsing this shadow html for a website:
<STYLE TYPE="text/css"></STYLE> <table style=filter:shadow(color=red,strength=a number 15)><tr><td>Oblivius</td></tr></table>
try it out, it glows. anyways, I want to make it glow in the direction like SEN. How can I?

Screenie
user posted image
Report, edit, etc...Posted by MindArchon on 2006-06-12 at 03:49:00
You probably should not use shadow or glow HTML, since Internet Explorer is basically the only web browser out there that supports it. I use firefox, so I don't see glows or shadows, and frankly I don't mind.

As I said, I can't even see glows or shadows, so I can't see "what way SEN does it". Post a screenshot please. To make it do it in all directions do this:

CODE
<STYLE TYPE="text/css"></STYLE> <table style=filter:glow(color=red,strength=a number 15)><tr><td>Oblivius</td></tr></table>
Report, edit, etc...Posted by O)FaRTy1billion on 2006-06-12 at 05:29:06
Direction=45
Report, edit, etc...Posted by Mr_Mooo_Cow(U) on 2006-06-12 at 13:44:57
umm it might just be me.. but that <STYLE> tag you have is doing nothing, you opened the tag then closed it with nothing in it. Either remove it or use it to make all tables with a shadow.
ex. <STYLE>table{shadow blah blah}</STYLE> then just do a plain table after that.
Report, edit, etc...Posted by Centreri on 2006-06-12 at 15:24:56
I might be naive, but isn't it style="whatever" rather then style = whatever?
Or is that just XHTML?
Report, edit, etc...Posted by Oblivius on 2006-06-13 at 19:41:36
I just firgured it out. thanks farty.
Next Page (1)