Actions
Feature #15404
closedTopmenu can't be properly styled
Start date:
2006-01-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Can't be properly styled with a background-image, because giving the table a width of 100% also scales the table cells and it's content to this width. But maybe we want only the background image to take the whole horizontal space, which is at the moment only possible by attaching the background-image to the whole frame.
The changes have to be done in both files creating
typo3-alt-topmenu-dummy-php-iconmenu
typo3-alt-palette-php
The topmenu needs an additional div wrapped around table#typo3-topMenu, I would suggest
<div id="typo3-topMenu">
</div>
(issue imported from #M2253)
Updated by Benni Mack over 14 years ago
Toolbar was replaced in 4.2, and now is easily stylable in 4.4.
Actions