Is it possible to round table corners (inline) without using a background image?
Live Demo
table{
background: red;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
sigh and inline...
<table style="background: red;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;">
Not really sure what you mean by converting the cell to a div though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With