Index: typo3/sysext/t3skin/pngfix/class.tx_templatehook.php =================================================================== --- typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (révision 7973) +++ typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (copie de travail) @@ -10,7 +10,7 @@ && strpos($userAgent, 'MSIE 7') === false) { //make sure we match IE6 but not Opera or IE7 $parent->loadJavascriptLib('sysext/t3skin/pngfix/iepngfix.js'); - $params['pageRenderer']->addCssInlineBlock('iepngfix', ".t3-icon { behavior: url('" . $parent->backPath . 'sysext/t3skin/pngfix/iepngfix.php' . "\');"); + $params['pageRenderer']->addCssInlineBlock('iepngfix', ".t3-icon, .htmlarea .toolbar .x-btn-text, .htmlarea-window .x-panel-icon { behavior: url('" . $parent->backPath . 'sysext/t3skin/pngfix/iepngfix.php' . "\');"); } } Index: typo3/sysext/t3skin/rtehtmlarea/htmlarea.css =================================================================== --- typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (révision 7973) +++ typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) @@ -72,6 +72,10 @@ padding: 0; float: left; } +/* fixing button border-color in IE6 */ +* html .htmlarea .toolbar .button { + border-color: #EFEFF4; +} .htmlarea .toolbar .x-btn-mc { background-color: transparent; background-image: none; @@ -97,6 +101,8 @@ padding: 0; margin: 1px 0 1px 2px; } +/* fixing button background-color and border-color in IE6 */ +* html .htmlarea .toolbar .buttonHover, .htmlarea .toolbar .buttonHover { border-style: solid; border-width: 1px; @@ -104,6 +110,10 @@ background-color: #E0E0E9; opacity: 1.00; } +/* fixing button background-color and border-color in IE6 */ +* html .htmlarea .toolbar .buttonActive, +* html .htmlarea .toolbar .buttonPressed, +* html .htmlarea-context-menu .buttonActive, .htmlarea .toolbar .buttonActive, .htmlarea .toolbar .buttonPressed, .htmlarea-context-menu .buttonActive {