Index Joomla Joomla CSS |
| How to get rounded corners in table header |
|
|
|
How to get rounded corners in table headerGetting round corners in Joomla is nothing short of a monumental task, in time, research and implementation. Using .css and no images is possible but requires a lot of work both in coding and Photoshop. This method allows you to do this task quickly and easily. 1. Make a rounded header image in Photoshop, use the rounded corner tool. Make it 160 pixel wide and 20 high, for my template anyways.
The code to use to make this is:
table.moduletable-sept {
table.moduletable-sept th {
table.moduletable-sept td { Notice that the left and right border of the table data have changed from #C0C0C0 to #E7E7E7 - this is because the initial color looked to wide, making it lighter blends with the them of the website better, thin borders.
|




2. Save image in the C:\Program Files\JSAS\http_root\www\yoursite\templates\yourtemplate\images