[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] firefox 3.5 problem with graph zoom display - ymon 4.2.2-RC1-2008.12.01
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] firefox 3.5 problem with graph zoom display - ymon 4.2.2-RC1-2008.12.01
- From: Richard Finegold <goldfndr (at) gmail.com>
- Date: Fri, 6 Nov 2009 04:02:32 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=9PjxSLH4m780+RlPnOdEOaqzOhe1QLn8VUDzyWyRMUY=; b=hncUBrQHqikobnwaEXFvvocLh34hcv/Ev6NEKbiJs9as6lSgQx4gvT4/NxQiWXZlXs ul5qCAfJ8fq1/0TpPRWlywdxTx89aZBvOdnd4SfUIruOgtCC6RgkK/z5i8wuUWtxgsZ6 hdPfepWKAwydWxR2m0AvAuAawz4AgQK4/KKIY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=jVpkSR7LU3H62RW0+T5U2UBGuyqixepTgjMsmXLacoReI6dwYhUaljzlfCg56Fg+B3 ZSxPKohiNp1Xd7Ly9KRZSFeiiN4ja8UeEj6dVx9rPYsCzJe1sYalYeqbocVXJyAvbdhi 1Sdvv9cUWxqIDGeWuK41t1xXxJjiPBFYYjxkw=
- References: <24567_1257455037_nA5L3hkq001687_6457D54DC5088347BF2DB3D2023F914604905EF83B (at) EXCMAIL.gpi.com> <OFF9D92283.839D3950-ON85257665.00752D87-85257665.00753A44 (at) csc.com>
On Thu, Nov 5, 2009 at 13:21, Matthew Moldvan <mmoldvan (at) csc.com> wrote:
>
> There's a simply CSS fix out there somewhere ... can't remember the URL but basically the fix was to add the following to main/main.css in the Xymon path:
>
> #zoomSensitiveZone{
> opacity:0;
> }
> #zoomBox{
> opacity:0.5;
> }
This raises a question I've been wondering about for some time: is
there an advantage or licensing requirement for downloading the
content of zoom.js (~21 kB) in each invocation of hobbitgraph with
action=selzoom? The menu scripts aren't embedded: they're sourced by
reference (src= in bb_footer). I know it isn't a lot of bandwidth, but
it seems an unnecessary redundancy.