MDL-10556 IE has position absolute problems. set to relative

This commit is contained in:
urs_hunkler 2007-07-22 19:18:56 +00:00
parent d049fd45a5
commit 8b992903d7

View File

@ -14,3 +14,9 @@ div.i1 {
div#header div.i3 {
min-width: 0;
}
div.headermenu {
float: none;
position: relative;
top: 0;
right: 0;
}