Page 1 of 1

Shadow using CSS

Posted: Fri Dec 21, 2007 6:49 am
by thetarget
http://www.****.co.uk/blog/article/6 ... ly-shadows

Just stumbled upon this blog. Works pretty well on my opera and IE7. Worth checking it out :)

Posted: Fri Dec 21, 2007 12:34 pm
by delivi
I'm working on a javascript code that will automatically add shadow to the text using DOM and CSS to all the elements that have a class name shadow or such. I'll let u all know when it is ready :)

Posted: Thu Dec 27, 2007 3:49 am
by jasondsouza
wow that's good.... shadow creation is very easy is it...

Posted: Thu Dec 27, 2007 4:40 pm
by thetarget
hey delivi,

Inform us once you have done it alright, don't keep us waiting too long ;D

yeah , quite handy

Posted: Tue Jan 04, 2011 7:07 pm
by -_lonely_-_potato_-
I'M NOT ALLOWED TO POST URLS TO OTHER SITES UNLESS I'VE MADE 15 POSTS OR MORE

Just stumbled upon this blog. Works pretty well on my opera and IE7. Worth checking it out :)
Sounds awesome but DANG! -- I can't load it in my browser now. Anyways, I'll check back in an hour or two.

Here's my contribution: (Simple CSS code for shadow-texts)
style1 {
text-shadow: 0px 1px 0px #F7E1E1;
}
You can change "style1" to any other heading element such as h1, h2, h3, h4, h5, and h6 (and other styles if you want)

Hope my comment helps other users as well.

Thank you for posting ;)

Cheers!
-The Ever-so-lonely Potato.

Posted: Mon Jun 11, 2012 2:18 pm
by nyasro
good post, i will use it and was searching for it too