CSS3 PIE Forums http://css3pie.com/forum/ |
|
I am trying to get rounded corners for div in Ie 8 http://css3pie.com/forum/viewtopic.php?f=4&t=3430 |
Page 1 of 1 |
Author: | mkmsiva [ Thu May 22, 2014 5:36 am ] |
Post subject: | I am trying to get rounded corners for div in Ie 8 |
Here is my style, but rounded corners and box-shadow is not working can any one Help me out .edit-head-smal{ border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -o-border-radius:5px 5px 5px 5px; /* background-color:#F9F9F9; */ background:#ffffff; margin:10px auto ; border: 5px solid #FFF; width:64%; -webkit-box-shadow: 0px 1px 7px 3px #DDD; -moz-box-shadow: 0px 1px 7px 3px #DDD; box-shadow: 0px 1px 7px 3px #DDD; behavior:url(../js/PIE.htc) ;/* IE 8 Rounded Corners and box shadows*/ } |
Page 1 of 1 | All times are UTC - 7 hours [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |