Actions
Feature #39020
closedtmenu_layers.php / gmenu_layers.php: remove hardcoded css
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2012-07-17
Due date:
% Done:
0%
Estimated time:
0.00 h
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Request applies to the following files:
/typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php
/typo3/sysext/cms/tslib/media/scripts/gmenu_layers.php
Search for the following text: style="width:100%;height:100%;"
Please remove this. In horizontally oriented menus, menu items with variable width and styled with a float:left; are displayed vertically (on top of each other) in some browsers, due to this width:100%; thing.
Actions