[Tickets #4308] NEW: Fix for "Collapse Sidebar" Quirkiness in IE
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu Aug 17 09:26:09 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
Created By | webmgr at muskingum.edu
Summary | Fix for "Collapse Sidebar" Quirkiness in IE
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Enhancement
State | New
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
webmgr at muskingum.edu (2006-08-17 09:26) wrote:
I noticed that IE tends to flake out with the collapse sidebar button and
general spacing issues between the sidebar and the main page.
Adding the following code to /templates/common-header.inc immediately
before the </head> should resolve it:
<style type=?text/css? media=?screen?>
html {overflow-x: hidden;}
</style>
More information about the bugs
mailing list