[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [xymon] OK to drop IE6 support in 4.3.0 ?
- To: <xymon (at) xymon.com>
- Subject: RE: [xymon] OK to drop IE6 support in 4.3.0 ?
- From: "Rob Munsch" <Munsch (at) phillycarshare.org>
- Date: Fri, 22 Oct 2010 12:49:34 -0400
- References: <i9s2g2$333$1 (at) voodoo.hswn.dk> <i9rcgc$2u4$1 (at) voodoo.hswn.dk> <i9rcgc$2u4$1 (at) voodoo.hswn.dk> <30A032F1-2008-4DBD-BF4A-02878730A33D (at) gmail.com> <i9s2g2$333$1 (at) voodoo.hswn.dk> <9338B274-6250-496C-B02C-164C70A6F56C (at) gmail.com>,<i9se9b$k5u$1 (at) voodoo.hswn.dk> <8D17C43B4F1AC3498DE039AEA938129069854DE340 (at) VA3DIAXVS051.RED001.local>
- Thread-index: ActyBy2GC3BLpnhIScGE9XMnCy6qRQAAJ50jAAAwLiA=
- Thread-topic: [xymon] OK to drop IE6 support in 4.3.0 ?
> -----Original Message-----
> From: Tim McCloskey [mailto:tm (at) freedom.com]
> Sent: Friday, October 22, 2010 12:40 PM
> To: xymon (at) xymon.com
> Subject: RE: [xymon] OK to drop IE6 support in 4.3.0 ?
>
> Sorry to say I've not followed this thread, thus the following may be of
> no use. Regardless, with no changes to hobbit I started having issues
> with zoom in certain browsers, they would just turn the area into a blue
> rectangle. Somewhere in the list there was a note to add the following
> bits to menu.css, which solved the issue for me.
While I saw this in Firefox 3.6.8 and 3.6.10 on my own Xymon, I do not see it on www.xymon.com using 3.6.10. Your site also seems to be working fine on Windows Safari 4.0.5. Menus are all working as expected as well on all versions. I will meanwhile try the posted solution on my own installation.
> ...
> #zoomSensitiveZone{
> opacity:0;
> }
>
> #zoomBox{
> opacity:0.5;
> }
> ...