saradrungta Posted December 12, 2008 Share Posted December 12, 2008 hi friends... can any one advice that how can i have a table with circuler corners.... thanks... Link to comment https://forums.phpfreaks.com/topic/136706-designing-tables/ Share on other sites More sharing options...
laPistola Posted December 14, 2008 Share Posted December 14, 2008 you will have to use an image or images as the background, depending on your requirments will depend on how you go about doing it. Link to comment https://forums.phpfreaks.com/topic/136706-designing-tables/#findComment-714905 Share on other sites More sharing options...
ricmetal Posted December 14, 2008 Share Posted December 14, 2008 type this for a td class -moz-border-radius-topright:5px; Link to comment https://forums.phpfreaks.com/topic/136706-designing-tables/#findComment-715449 Share on other sites More sharing options...
haku Posted December 15, 2008 Share Posted December 15, 2008 That will only work for mozilla browsers. Link to comment https://forums.phpfreaks.com/topic/136706-designing-tables/#findComment-715533 Share on other sites More sharing options...
pquery Posted December 15, 2008 Share Posted December 15, 2008 create yourself a nice small rounded bottom and set that to be the background image of the id="bottomCell" flip that image and then use that as the background image of the id="topCell", if your tables arn't going to be uniform in size however make sure that your background image scales nicely Link to comment https://forums.phpfreaks.com/topic/136706-designing-tables/#findComment-715938 Share on other sites More sharing options...
TheFilmGod Posted December 15, 2008 Share Posted December 15, 2008 The best solution in creating round corners entirely depends on the situation. If the width of the table is static, using two background images (one for the entire top, and one for the entire bottom is enough). If the height and width of the table are static one image would be enough. If you can be a bit more specific that would help a lot! Link to comment https://forums.phpfreaks.com/topic/136706-designing-tables/#findComment-716003 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.