Continuing to attempt to fix the admin bar
This commit is contained in:
parent
895bfc3c4f
commit
8b7db9ff38
1 changed files with 2 additions and 4 deletions
|
|
@ -16,12 +16,10 @@ dl.accordion-menu {
|
|||
position:fixed;
|
||||
_position:absolute;
|
||||
top:0;
|
||||
_top: -71px;
|
||||
|
||||
/*
|
||||
_top:expression(eval((document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop : document.body.scrollTop)); */
|
||||
|
||||
_top:expression(eval((document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop : document.body.scrollTop));
|
||||
left:0;
|
||||
_left: -175px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue