Need to get rounded corners on table elements, in this case td-tags in IE8 with JavaScript/jQuery. Not images.
Have tried different solutions. CSS3 Pie only seem to work on div-tags. Also tested Curvy Corners and jQuery.corner.
Is this possible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do this in IE8, not with JavaScript, the way borders work on
<table>elements is slightly different to begin with, and very different on<td>(how would collapsing behave? which way is the curve?).IE8 just doesn’t support what you want here…you could use images, but then your markup will increase heavily.