fix for a problem with IE7 and IE8(Compatibilitymode) displaying Icons and text in Navbar

This commit is contained in:
Klaus Leithoff 2010-02-19 14:53:24 +00:00
parent 56b51a4285
commit 7304df7dcd

View File

@ -322,7 +322,13 @@ body {
border:solid 1px #9c9c9c;
background-image: url(../images/background-icon-bar.png);
background-repeat: repeat-x;
height: 45px;
overflow:visible;
height: 45px; /* prevents text line to show in IE7+8(Compatibilitymode) */
}
/* Star-Plus-HTML Hack fix for the above */
*:first-child+html #divAppIconBar
{
height: 60px;
}
#divAppTextBar