Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 08-06-2008, 02:18 PM
littlericky littlericky is offline
New Comer (less than 5 posts)
 
Join Date: Aug 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ajax Tabs link from bottom of page

1) Script Title: Ajax Tabs Content Script (v 2.2)

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

3) Describe problem: I'm using a div at the top of the page which is being loaded from a list of links at the bottom of the page ie:
<li><a href="external.htm" rel="countrycontainer">Tab 2</a></li>

The problem is that since this is a list of approx 20 links the top div is not visible on the page. Is there some way to ref an anchor to shift the page up upon loading the div?
Thanks
Reply With Quote
  #2  
Old 08-06-2008, 09:07 PM
ddadmin's Avatar
ddadmin ddadmin is offline
Administrator
 
Join Date: Aug 2004
Posts: 7,627
Thanks: 2
Thanked 639 Times in 629 Posts
Blog Entries: 13
Default

You can try adding inside the tab in question, specifically, its LI element, a code such as:

Code:
<li><a href="#" class="selected" rel="#default">Tab 1</a></li>
<li onClick="this.scrollIntoView()"><a href="external2.htm" rel="countrycontainer">Tab 2</a></li>
<li><a href="external3.htm" rel="countrycontainer">Tab 3</a></li>
This theoretically should cause the page to jump back to the top of the tab when clicked on. If that doesn't work, it may be because of the (long) delay before your Ajax content is fetched, causing the page's height to change only after the browser has already jumped to the top of the tab, throwing things off again. If so, you can try something else, but let me know if this works first.
__________________
DD Admin
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:54 AM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.