Table with Bent Edges...

liunx

Guest
I have been trying to do this, Create a table with bent edges.... My requirement is this,<br />
<br />
Say if we have a table which is formed by 4 corner a,b,c,d , I want the edges a and c to be sharp and the other 2 to be bent. <br />
<br />
I also need this table to be white in color and he outline of it being black. The oputline (black ) must be bent...<!--content-->the only way you can do that is to make images for the table. all html tables are square, not round<!--content-->you should use images because it will work in all browsers.<br />
<br />
In mozilla, and NS6+ there is a css code that can make the edges of things bent.<br />
-moz-border-radius: 20px; <br />
you can set it to differnt amounts to.<br />
<br />
but that only works in those 2 browsers.<!--content-->
 
Back
Top