MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression.

This commit is contained in:
urs_hunkler 2007-07-22 19:20:23 +00:00
parent 8b992903d7
commit 99daae0c7a

View File

@ -14,3 +14,8 @@ div.i1 {
div#header div.i3 {
min-width: 0;
}
div.headermenu {
float: none;
top: expression(this.parentNode.top + 12 + 'px');
right: expression(this.parentNode.right + 12 + 'px');
}