You are on page 1of 1

CSS3 PIE

*Wont work on All ELs eg. Border-Radius Behavior !work on Nested <li>s
- so <nav> <a>s = NO Rounded Crnrs in IE6-8
- If something is taking ages to Emul8 in IE = Dont bother & just call it Prog. En/h
- can also = Use Imgs (if cant get PIE to Work)
*Funny Stuff can Happen when using PIE
1. D/L it
2. PIE.htc - in Root DIR
3. .ielt9 .content {
behavior: url(PIE.htc); - Script must Search .content El 4 CSS3
}
& Apply J/S to Emul8 Behaviour
.ielt9 #lowprices {
-pie-background: linear-gradient(#F30,#F90); /* Emul8 = Linear Grad */
behavior: url(PIE.htc); /* Border-Radius (so = a Circle) */
}

You might also like