<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Chris,<br>
FF is about the same , probably 1 or 2 px more left for UP and DOWN
arrows. LEFT is not working yet.<br>
Opera now works fine and IE7 too.<br>
<br>
I don't know if this might be useful for you but&nbsp; if I use the
navtoolbar-outsidemap.html all works fine.<br>
<br>
Thanks<br>
<br>
Ciao<br>
Antonio<br>
<br>
<br>
Christopher Schmidt wrote:
<blockquote cite="mid:20070914110539.GC11408@metacarta.com" type="cite">
  <pre wrap="">On Fri, Sep 14, 2007 at 12:20:58PM +0200, Antonio Volpicelli wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi devs,
I am trying to use NavToolbar Control but seems that it doesn't work 
fine on Firefox and Opera
It seems that the active area when I click is not on the arrow images.
For the UP arrow the active area is some pixels at bottom right of the 
arrow image.
For the DOWN arrow it is at top right of the arrow image
The LEFT arrows doesn't work at all
The RIGHT arrow works fine.
So I tried the live example 
<a class="moz-txt-link-freetext" href="http://www.openlayers.org/dev/examples/navtoolbar.html">http://www.openlayers.org/dev/examples/navtoolbar.html</a> and this has the 
same problem.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That's a weird-ass bug. Don't know why it's happening. 

Adding the following to your style.css or your page will fix it in FF (
don't have IE handy, please test and report back!):

.olControlNavToolbar { 
    width:0px;
        height:0px;
        }    

I'll file this as a ticket and make sure it goes in for 2.5, or some
other similar fix.

Thanks for the report!


  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
/-------------------------------------------------------\
       PLEASE WARNING: E-mail is CHANGED
             <a class="moz-txt-link-abbreviated" href="mailto:volpicelli@oato.inaf.it">volpicelli@oato.inaf.it</a>
/-------------------------------------------------------\
</pre>
</body>
</html>