[SOLVED] Help! Scrolling Problem?

This is a discussion on "[SOLVED] Help! Scrolling Problem?" within the Web Page Design section. This forum, and the thread "[SOLVED] Help! Scrolling Problem? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 27th, 2007, 20:48
New Member
Join Date: Oct 2007
Location: wisconsin
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Help! Scrolling Problem?

I need some help with this website here: http://www.myhayesauto.com/vehicles.html.

I know enough web design to be dangerous, so any help would be appreciated. Basically, the page is a skeletal structure with an iframe that links to a vehicle inventory provided by an outside source. Everything shows up fine on page 1, but if you're scrolling through the vehicles, and click to go to the next page (with the links on the bottom), the view stays stuck at the bottom of the page.

Is there any way to make the page scroll back up to the top?
Reply With Quote

  #2 (permalink)  
Old Oct 27th, 2007, 22:40
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 164
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Scrolling Problem?

You might need to use JavaScript. Or you could also consider adding
Code: Select all
#top
to your href attribute pathe and of course creating the
Code: Select all
<a name="top"></a>
on the other pages, but you might not be able to edit the external pages

Do they allow you to pull the information maybe via RSS or another feed?
Reply With Quote
  #3 (permalink)  
Old Oct 28th, 2007, 00:27
Highly Reputable Member
Join Date: Sep 2007
Age: 15
Posts: 717
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Scrolling Problem?

I suggest adding just this:
Code: Select all
#
This is better since it is supported by all browsers. #top is not supported by Firefox. Here is an example:
HTML: Select all
<a href="file.htm#">Link</a>
And this is actually all you need. You do not need to add an anchor tag (<a>) with the name "top", which is excessive code!

Cheers,
SWagner
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
Reply With Quote
  #4 (permalink)  
Old Oct 29th, 2007, 18:14
New Member
Join Date: Oct 2007
Location: wisconsin
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help! Scrolling Problem?

Thanks everybody! Answers my question perfectly!
Reply With Quote
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] About "background-image: fixed;" Scrolling Issues doctypedeclaration Web Page Design 9 Apr 13th, 2008 18:54
[SOLVED] 1 solved problem causes another delusion Web Page Design 9 Dec 21st, 2007 08:12
[SOLVED] FF problem nashultz07 Web Page Design 3 Nov 28th, 2007 03:49
scrolling! help! alexgeek Webforumz Cafe 5 Aug 8th, 2007 17:37
Problem with a Scrolling movie... Slodey Flash & Multimedia Forum 0 Apr 5th, 2007 12:57


All times are GMT. The time now is 04:03.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43