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
how to make table border rounded without using any image
Moderator: General Moderators
Re: how to make table border rounded without using any image
FF3 and WebKit browsers support border-radius property, but for IE you will need to use VML.
See: http://www.dillerdesign.com/experiment/DD_roundies/, http://snook.ca/archives/html_and_css/r ... riment_ie/, http://www.google.com/search?q=rounded+corners+css+vml
See: http://www.dillerdesign.com/experiment/DD_roundies/, http://snook.ca/archives/html_and_css/r ... riment_ie/, http://www.google.com/search?q=rounded+corners+css+vml
Re: how to make table border rounded without using any image
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
You're out of luck then. There aren't any other solutions.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).
Re: how to make table border rounded without using any image
check the forth box of round corner example in:
http://css-tricks.com/downloads/
u will definetly get ur ans....
http://css-tricks.com/downloads/
u will definetly get ur ans....