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
PHP Code:
function glow($text, $color1, $color2, $size)
{
/*
......
*/
}
Thankyou
~Cody Woolaver