[Tickets #4308] Fix for "Collapse Sidebar" Quirkiness in IE
bugs@bugs.horde.org
bugs at bugs.horde.org
Fri Oct 6 14:08:31 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4308
-----------------------------------------------------------------------
Ticket | 4308
Updated By | webmgr at muskingum.edu
Summary | Fix for "Collapse Sidebar" Quirkiness in IE
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Enhancement
State | Feedback
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
webmgr at muskingum.edu (2006-10-06 14:08) wrote:
Jan, that's correct, and I found this variation of the solution to be
effective in my install:
templates/sidebar-header.inc
Duplicate of common-header.inc
Add the following before </head>:
<style type=?text/css? media=?screen?>
html {overflow-x: hidden;}
</style>
service/portal/sidebar.php
At end of file, change common-header.inc to sidebar-header.inc
This allows other pages to continue using common-header, and allowed the
sidebar to have its own.
More information about the bugs
mailing list