Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Setting a limit for a fixed element to scroll
Old 09-16-2010, 12:45 PM Setting a limit for a fixed element to scroll
pealo86's Avatar
Super Spam Talker

Posts: 876
Name: Matt Pealing
Location: England, north west
Trades: 0
I am trying to make a form scroll down the page as the user scrolls. See here:
http://bit.ly/9qIcSq

It seems to work fine just by setting:
Code:
#sidebar form {
    width: 190px;
    padding: 12px;
    background: url('../image/sidebar-form.png') no-repeat;
    margin-left: 15px;
    overflow: hidden;
    position: fixed;
    top: 145px;
}
But when it gets to the bottom of the page it overlaps the footer. Is there any way using CSS that I can get it to stop above the footer when it gets to that point?

Or would I need to use JavaScript?

Thanks.
__________________

Please login or register to view this content. Registration is FREE
pealo86 is offline
Reply With Quote
View Public Profile Visit pealo86's homepage!
 
 
Register now for full access!
Old 09-16-2010, 12:54 PM Re: Setting a limit for a fixed element to scroll
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Is there any way using CSS
Nope. Though you could give the "footer" a higher z-index to make it go "underneath"


Quote:
Or would I need to use JavaScript?
Yep.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-16-2010, 01:10 PM Re: Setting a limit for a fixed element to scroll
pealo86's Avatar
Super Spam Talker

Posts: 876
Name: Matt Pealing
Location: England, north west
Trades: 0
JavaScript it is then
__________________

Please login or register to view this content. Registration is FREE
pealo86 is offline
Reply With Quote
View Public Profile Visit pealo86's homepage!
 
Reply     « Reply to Setting a limit for a fixed element to scroll
 

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22592 seconds with 12 queries