[dev] [PATCH] scroll bar gap fix for Internet Explorer

Bernard Blackham b-horde at blackham.com.au
Mon Jan 26 17:34:50 PST 2004


On Mon, Jan 26, 2004 at 11:04:16PM +0800, Bernard Blackham wrote:
> Another one-liner.

Perhaps I should give some more context... There's an ugly gap
between the frames in all IE versions I've tried, where the
scrollbar would go (as seen in http://dagobah.ucc.asn.au/foo.jpg).
This CSS fix resolves it and doesn't break Mozilla-based browsers
(and I don't see why it would break any others).

Bernard.

> --- horde/config/html.php.dist.orig	Mon Jan 26 22:50:45 2004
> +++ horde/config/html.php.dist	Mon Jan 26 23:01:50 2004
> @@ -190,6 +190,7 @@
>  $css['.tooltip']['border'] = '1px solid black';
>  
>  $css['.sidebar'] = array();
> +$css['.sidebar']['overflow'] = 'hidden';
>  $css['.sidebar-panel'] = array();
>  $css['a.sidebaritem'] = array();
>  

-- 
 Bernard Blackham <bernard at blackham dot com dot au>


More information about the dev mailing list