msie6 fixes for default theme

This commit is contained in:
Andrew Dolgov 2006-10-02 05:31:10 +01:00
parent ae813d06d2
commit 525b61a237
1 changed files with 3 additions and 0 deletions

View File

@ -1288,6 +1288,9 @@ div.return a:hover {
border-width : 1px 0px 0px 0px; border-width : 1px 0px 0px 0px;
border-color : #88b0f0; border-color : #88b0f0;
border-style : solid; border-style : solid;
height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
} }