| Sectiontableheader and Joomla 1.5 template CSS |
| Tuesday, 19 February 2008 19:00 |
|
If you are using a template that was designed for 1.0 in 1.5 in legacy mode, you might have found a small problem with table headers disappearing. The issue is caused by slight different XHTML output in 1.5. The issue looks something like this:
If you click and drag your mouse, you will see that the words *are* there (the header titles), but they are not using the correct CSS. This is because in Joomla 1.5, the columns are sortable by clicking on, say, date. This makes them all links. Many template designer use something like: td.sectiontableheader { But now this wont work, you need to apply the style to a link, like so: td.sectiontableheader a { Make this simple edit, and all should be as expected!
Now you can take advantage of those great new sortable columns! |
If you want Joomla training delivered to the comfort of your own home, then you need to join Joomlashack University - an affordable online Joomla training course taught by the world's leading experts in Joomla education.