Results 1 to 2 of 2

Thread: Help With DD Tab Menu II

  1. #1
    Join Date
    Jun 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help With DD Tab Menu II

    Hi. I'm using the DD Tab Menu II but I don't want the content under the tabs to change on the mouse over. I only want it to change when the tab is clicked. I took care of this by replacing the onMouseover command with onClick. I also chaged the href tag to ="#" instead of ="http://url/" so it doesn't try to open another page. I'm assuming that is the best way to do it.

    Anyway, my real question is that in some browsers, especially Firefox, when you click on the tab you get that gray dotted line that surrounds the image. Is there any way to get rid of that? I thought I've seen a script that will do that before but I can't seem to find it. Anyone have any suggestions?

    You can see what I'm talking about here...
    http://www.dynamicdrive.com/dynamici...ddtabmenu2.htm

    Open it in Firefox and click one of the tabs.

    Thanks!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmmm theorically something like:

    Code:
    <a href="#" onClick="return false; this.blur()">Test</a>
    should work (this.blur() that is), though I just tested it, and it doesn't in Firefox. If I stumble across anything, I'll update this thread.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •