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...
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...
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)...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.