Rounded Corner help of css

Sandeepraturi
Posted by Sandeepraturi under ASP.NET category on | Points: 40 | Views : 1491
<table cellpadding="0" cellspacing="0" width="500px" style="border:1px solid #000000; border-radius:15px;" align="center">
<tr>
<td align="center" >Hello, Have a good day !</td>
</tr>
</table>


Note :
CSS : style="border-radius:15px;"

Comments or Responses

Posted by: Puneet20884 on: 4/1/2014 Level:Bronze | Status: [Member] | Points: 10
not working in IE 9 :( wt would be the reason !!

Login to post response