Web CMS Designs: Forums
 

 
Post new topic Reply to topic
Message
Display posts from previous:       
PostPosted: Fri May 25, 2012 4:00 pm
Reply with quote Back to top
spasticdonkey
Newbie
Newbie
Joined: Nov 18, 2010
Posts: 106
Location: Texas

View user's profile Send private message Visit poster's website
Kinda cool CSS Gradient Background Maker... Found this of all places, at microsoft. Slightly humorous as none of their current browsers support it Smile

Image

http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html

Don't forget to add a fallback image for browsers that do not support CSS gradients... like IE, lol.

css Code:
/* fallback for lame browsers */

background-image: url(some-image.png);

/* IE10 */
background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

/* Opera */
background-image: -o-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

/* Proposed W3C Markup */
background-image: linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);
spasticdonkeywebcmsdesigns
 
PostPosted: Mon Aug 06, 2012 2:38 am
Reply with quote Back to top
nextgen
Newbie
Newbie
Joined: Aug 05, 2012
Posts: 49
Location: Maryland

View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
LMAO, nice point my friend. Microsoft barely Supports Windows as well. Smile
nextgenwith Kindness comes many rewards.
 
Post new topic Reply to topic Web CMS Designs Forum Index Coding Discussion CSS
Your AccountNew Members
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001-2008 phpBB Group
 
 
Montego Scripts