please help in little problem with the firefox

Discussion in 'HTML & Website Design' started by crazy.works, Feb 10, 2009.

  1. #1
    hello,
    i wanna use the spy tabbed panels in my web site , the firefox makes spotted table around the tabbed panel after the click and i want to got it clear like the firfox .

    so here is the print screen for the internet explorer (clear)
    http://i40.tinypic.com/15hgz5.jpg

    and here the print screen for the firefox (needs help with)
    http://i41.tinypic.com/2qwq7hv.jpg

    so please help me with the html code to clear the spotted table after the click from the firefox .

    thanks
     
    crazy.works, Feb 10, 2009 IP
  2. fdoze

    fdoze Peon

    Messages:
    205
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That is the browser click area.

    I guess that the only way is to focus appart.

    One workarround it could be have a hdden input and then focus on that input after the click.

    Get it?

    Not tested but should work...

    Post you Js if you want.

    Thanks.
     
    fdoze, Feb 10, 2009 IP
  3. Gursimran

    Gursimran Well-Known Member

    Messages:
    1,385
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    160
    #3
    As far as I know, It is default in Mozilla Firefox...
     
    Gursimran, Feb 10, 2009 IP
  4. crazy.works

    crazy.works Peon

    Messages:
    304
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thanks alot it works with that code

    <style type="text/css">
    body * {outline: none; }
    </style>
     
    crazy.works, Feb 11, 2009 IP