Page 1 of 1
how to make table border rounded without using any image
Posted: Mon Jun 01, 2009 9:04 am
by dheeraj
i was struggling to make the table border rounded, it can be easily done by using images, but i didn't want to use it...
i think it can be done by using JS or CSS so please help me...
Dheeraj
Re: how to make table border rounded without using any image
Posted: Mon Jun 01, 2009 11:38 am
by kaszu
Re: how to make table border rounded without using any image
Posted: Wed Jun 24, 2009 2:13 am
by surender
you can check this link..this will definitly help u
http://css-tricks.com/downloads/
Re: how to make table border rounded without using any image
Posted: Wed Jun 24, 2009 7:03 am
by kaszu
None of the examples will do it: 3 of 5 examples uses images, 1 uses several DIVs to simulate rounded corners (for 20px corners this would require 40 divs, that's not a good solution at all) and 1 uses rounded-corners css property (doesn't work for IE).
Re: how to make table border rounded without using any image
Posted: Wed Jun 24, 2009 7:30 am
by onion2k
kaszu wrote:None of the examples will do it: 3 of 5 examples uses images, 1 uses several DIVs to simulate rounded corners (for 20px corners this would require 40 divs, that's not a good solution at all) and 1 uses rounded-corners css property (doesn't work for IE).
You're out of luck then. There aren't any other solutions.
Re: how to make table border rounded without using any image
Posted: Wed Jun 24, 2009 10:51 pm
by surender
check the forth box of round corner example in:
http://css-tricks.com/downloads/
u will definetly get ur ans....