PDA

View Full Version : Glowing Text, using PHP


pyro.699
07-27-2006, 12:50 AM
Hello,
I understand that the CSS properity `glow` only works in IE5, and Netscape, i think. I would like a function where you could either pile two layers ot text ontop of each other, with one size bigger than the other, or an image.

Here is what the function should look like

function glow($text, $color1, $color2, $size)
{
/*
......
*/
}


Thankyou
~Cody Woolaver

Nigh7mar3
07-28-2006, 01:32 PM
do you want make an image or a text? cause if you want make text I think its possible to do it with javascript, but I dont know how to do it.

sabret00the
07-28-2006, 05:33 PM
this is a new and interesting use of this forum.

you can do it with jscript or css to do it in php you'd need to use GD on the fly to create an image.

pyro.699
08-03-2006, 10:07 PM
Well, i like to be unique :)

umm, with CSS, is it able to be used in all browsers? or only ie and netscape.

and how would you do it with java script?

pyro.699
08-06-2006, 11:49 AM
I tryed using the php image, and that dident work to well.

I looked for some javascript ones, but they were all using <span style="..."> Which isent js at all -.-

I know CSS is for ie and netscape