chapmanjw - thanks for the link but I'm not that advanced and don't know how to implement the js plug in, also..... read comments from people saying the htc does work in ie8.
amit_g - did as you suggested and still no rounding.
chapmanjw
For using JQuery, simply goto www.jquery.com and there are some quick tutorials there on how it works.
Thanks for the jquery site, i'll take some time to go through it.
@ acashok...I did see that site and tried both ways (same css file and css file with conditional statement) neiher worked.
sio2y
ASKER
While I did not use the jquery method, and in light of no other valid workable solutions it seems ie 8 does not support htc and ie 9 isn't out yet sooo......
.rounded-corners {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
behavior:url(border-radius
background-color: #FF0;
height: 100%;
width: 100%;
position: absolute;
border: 5px double #F63;
}