Forums
View unanswered posts | View active topics It is currently Sun May 19, 2013 4:03 am



Reply to topic  [ 2 posts ] 
 Gradient not working in any IE version 
Author Message

Joined: Wed Dec 21, 2011 5:51 pm
Posts: 1
Post Gradient not working in any IE version
Read the docs and forum for a while. Tried all the tricks, but just can't get IE to render the gradient

Code:
<style>
   .test {
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#000));
background: -webkit-linear-gradient(#EEFF99, #000);
background: -moz-linear-gradient(#EEFF99, #000);
background: -ms-linear-gradient(#EEFF99, #000);
background: -o-linear-gradient(#EEFF99, #000);
background: linear-gradient(#EEFF99, #000);
-pie-background: linear-gradient (#EEFF99, #000);
behavior: url(PIE.htc);
  }</style>


Wed Dec 21, 2011 5:53 pm
Profile

Joined: Wed Jul 14, 2010 11:46 am
Posts: 1396
Post Re: Gradient not working in any IE version
Well you've got a space in between "linear-gradient" and the opening "(" which isn't valid... does that help?


Wed Dec 21, 2011 7:26 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 3 guests


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.