.box {background-color: #FFCF01; width:170px;/*196*/height:483px;/*516*/padding:33px 6px 0 0; margin:0 0 0 20px; border: 4px dotted black; -moz-border-radius: 13px; -webkit-border-radius: 13px; border-radius: 13px; behavior: url(css/border-radius.htc); }</style>
I need to create some boxes with rounded corners, border needs to be style -> dashed or dotted.
found some cross browser code but border style still not working in IE.
This is my code:
any idea how to get border style working in IE?
THANKS :)