Actions
Bug #15854
closedTop frame menu missing CSS for highlighted icon
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Some HL styles are missing for the alternative menu in the top frame, like
TABLE#typo3-topMenu TR TD.c-menu A.c-subitem-HL
that shows which option is active (like by adding a border or setting a different background color for the top frame icon).
Furthermore an additional hover style might be nice, like
TABLE#typo3-topMenu TR TD.c-menu A.c-subitem:hover
as used in extension skin_grey_2
Note that, to see this (not) work in 4.0 RC1, one needs to patch alt_topmenu_dummy.php for some TDs are missing in the top frame menu. Without this patch the top frame menu icons are not rendered on one line in IE, and are rendered without the desired classes information in both IE and Firefox. See bug 2415 at http://bugs.typo3.org/view.php?id=2415
(issue imported from #M2917)
Actions