msie6 fixes for default theme
This commit is contained in:
parent
ae813d06d2
commit
525b61a237
|
@ -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');
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue