mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression.
This commit is contained in:
parent
8b992903d7
commit
99daae0c7a
@ -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');
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user