Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rounded table Corners

Status
Not open for further replies.

LochDhu

Technical User
Jul 12, 2001
76
US
I have seen web pages where the Tables have rounded corners - does anyone know how to do that with CSS?

Thanks,

 
don't think it can be done with css. if u look at their source i think u should see images being used to provide the rounded corner effect.

-pete
 
Sure it can be done with css --

the border-radius property in CSS3 will take care of that.

Try it in any gecko based browser now...

-moz-border-radius ===
Supports Mozilla and Web Standards
Knows HTML/XHTML, CSS1, JavaScript, PHP, C++, DOM1
===
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top