Results 1 to 2 of 2

Thread: Tab Content Script - Linking to tabs?

  1. #1
    Join Date
    Aug 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Tab Content Script - Linking to tabs?

    1) Script Title: Tab Content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tabcontent.htm

    3) Describe problem: Is it possible to link to each tab? For example, I'd like to be able to link to info.html#contact and have it jump to that tab.

    I tried changing:

    Code:
    <li><a href="#" rel="contact">Contact</a></li>
    to
    Code:
    <li><a href="contact" rel="contact">Contact</a></li>
    That didn't work. Though I thought it worked once; it didn't when it refreshed.

    I tried inserting an anchor tab where the contact information is in the body and that didn't work.

    Code:
    <a name="contact"></a>

    Am I doing something wrong? Is this possible to work consistently in all browsers? Anyone else have success with that?

    Thanks.
    Last edited by bluemoon562; 08-16-2006 at 02:00 AM.

  2. #2
    Join Date
    Aug 2006
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ??????????? Bump

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
  •