-----Original Message-----
From: Tim McCloskey [mailto:user-440820cc07d6@xymon.invalid]
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;
}
...