any way of removing the border, yet the menu still
being focused?
Not sure about IE, but for FF this CSS should work:

<element>:focus{-moz-outline-style: none;}

--------------------------
http://www.thinkingphp.org
http://www.fg-webdesign.de


Philip Pryce wrote:
Thanks that works, yet i have to focus the menu for it work, but it gives the
menu a dotted border, any way of removing the border, yet the menu still
being focused?

Felix Geisendörfer wrote:
Try binding the 'blur' event to to the element you are working with.

-- Felix
--------------------------
http://www.thinkingphp.org
http://www.fg-webdesign.de


Philip Pryce wrote:
That doesnt seem to work ether. Could you posibly recomend anything else?

Chris Domigan wrote:
Hmm.. maybe capture a focus event?

Like $(document).not("#menu").bind("focus", function() { .../* menu hide
code */...});

Chris

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to