
Re: PIE working on everything EXCEPT gradients.
Thank you Jason,
I did that and it still did not work for me in IE9. Here's what I did: Oh and I am brand new at this so please excuse the newbie silliness.
ul.menu li {
list-style: none;
float:left;
height: 79px;
text-align: center;
background : #801b3d;
background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(187,29,74,62)), to(rgba(47,12,24,19)) );
background: -webkit-radial-gradient(center 80px 45deg, circle cover, rgba(187,29,74,62) 0%, rgba(47,12,24,19) 100%);
background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(187,29,74,62) 0%, rgba(47,12,24,19) 100%);
background: -ms-radial-gradient(center 80px 45deg, circle cover, rgba(187,29,74,62) 0%, rgba(47,12,24,19) 100%);
background: -o-radial-gradient(center 80px 45deg, circle cover, rgba(187,29,74,62) 0%, rgba(47,12,24,19) 100%);
-pie-background: radial-gradient(center 80px 45deg, circle cover, rgba(187,29,74,62) 0%, rgba(47,12,24,19) 100%); /*ie 6-9 via PIE*/
behavior: url(
http://www.halsttenwebsitedesign.com/te ... te/PIE.php);
}
I did not write this but copied and pasted it. I am reading my way through a css3 book to be able to write and understand what the heck I am doing. If this is off base, I can live with it until I learn more about it and can write my own stuff. I have seen a few versions of how to write this, so not sure which way is right.
I appreciate your help Jason.
Dane