You are here: Forum Home / RapidWeaver User Forum / HTML, CSS, and Design Help / Thread
The latest release of IE9 Platform Preview will support border-radius and box-shadow (sort of), but it will not support text-shadow.
Open the pics in 2 different browsers, and put the pics side by side. The box-shadow in IE9 does not look as good.
The first pic is IE9, and the second pic is Mac Safari.
#pageHeader {
padding-top:10px;
height: 300px;
background-color: #82aa15;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 20px 10px -10px #888;
-moz-box-shadow: 0px 20px 10px -10px #888;
box-shadow: 0px 20px 10px -10px #888;
}
Ian Cain
Follow Me: Twitter
The box-shadow in IE9 does not look as good.
Shocking! At least it is one number farther from 6. Quite likely, still not going to pry Granny from the browser that came with her computer . . .
Aloha,
Ron
Colorwave Imaging