Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CharlieLaw

    Link text not firing event but surrounding area does!

    No just a basic list with links inside it. <ul class="clearing"> <li><a href="/personal/finance/insurance/index.jsp" id="ins">Insurance</a></li> <li><a href="/personal/finance/finance/creditcards/index.jsp" id="cards">Credit cards</a></li> <li><a...
  2. CharlieLaw

    Link text not firing event but surrounding area does!

    I have created a list of tabs with an assocaiated popup menu which is fired onmouseover. The menu is hidden when the onmouseout. These events are associated with the <a> element and work fine in all browsers excepte safari 1.3. It appears that the events will only work when on the padded area...
  3. CharlieLaw

    Generating a tabindex

    Hi Dan, It got me going in the right direction. Turns out that IE dosen't read tabindex but will read tabIndex (note the capital I). So when generating any tabindex just use the capital I for index and everything seemed to work fine. topSectionLinks[i].setAttribute("tabIndex", localTabindex)...
  4. CharlieLaw

    Generating a tabindex

    I have created a tab list at the top of my page which when rolled over makes a box appear with sub-links in them. These links live on the page at the bottom in a sepearte list. The problem I am having is with IE and getting the tabbing order to work correctly. I want the user to be able to...
  5. CharlieLaw

    Processing array data

    I currently have a list which I grab all of the links within it using document.getElementById(section).getElementsByTagName("a"). Every second link is a nested list element and I want to grab the top level list item and its sibling and place it in a left column, then take the next list item and...

Part and Inventory Search

Back
Top