![]() |
|
|
|
|
|||||||
| HTML / Design Are you a designer? Or just trying to become one? Great! You'll be able to talk about layouts, and HTML code to help your fellow designers, so everyone can work together to master the tricks of the trade. (Maybe even some JavaScript too!) |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
The site which is hosting here contain several tables that I want to make them more attractive for visitors. My question is, how to make rounded corner in table?
|
|
#2
|
||||
|
||||
|
You can use a graphical program to draw a picture on rounded edges. Another option is to use the CSS file. To make a rounded corner in CSS write this:
Code:
#table {
width: 500px;
height: 500px;
-moz-border-radius: 3px;
}
|
![]() |
| Tags |
| corner, hosted, rounded, site, table, web |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|