Problem:
Make IE6-8 recognize useful CSS3 decoration features. e.g. rounded corners.
Solution:
Install third party solution PIE as follows:
- Download latest PIE version: http://css3pie.com
- Copy PIE.htc to /skin/frontend/yourdesignpackage/yourtheme/css/ (in fact your can copy it to any location you like).
.rounded-corner {
border: 5px solid #d8d7cd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
behavior: url(/skin/frontend/yourdesignpackage/yourtheme/css/PIE.htc);
}
No comments:
Post a Comment