0
votes
0answers
23 views

Lock body scrolling on div mouseover but maintain position

I know there are a few other questions relating to this (including one from me a while ago), but I'm looking for a way to improve the only solution I've found to work. I'm trying to make it so that I ...
0
votes
3answers
25 views

How Do I scroll to the #header DIV from an <a link at the bottom of the page and how to change animation speed - JQuery 1.8.3 [duplicate]

How Do I scroll to the #header DIV from an <a> link at the bottom of the page and how to change animation speed - JQuery 1.8.3? Using the best JavaScript code to! Thanks
0
votes
0answers
31 views

Change ul style onscrolling to div [duplicate]

I have got menu with four s and in the container of the page I have four boxes. The first ul for the first box, second ul for the second box, third ul.... and it goes on When I scroll to the first ...
1
vote
0answers
66 views

Change ul style on scroll to div

I have menu with four <ul>s and in the container of the page I have four boxes. The first ul for the first box, second ul for the second box, third ul.... and it goes on When I scroll to the ...
0
votes
0answers
20 views

How to fix scrolling of iframe in IOS safari

I have a problem related to scrolling of iframe in iPad-Safari.I am developing a web application, which contains some nested iframes and I am not able to scroll content inside the iframe in IOS ...
0
votes
0answers
14 views

How to scroll a n-level Menuitems in a div using jquery 1.3.1

I have Menu which is being displayed as a bullet list, <ul>. This is a n-level menu. The menu is very long so I want an up and down arrow on clicking which user can move up and down.
0
votes
0answers
8 views

SmoothDivScroll - autoScrollingMode: “onStart” but continue scrolling on mouseout

I am using SmoothDivScroll and it works great. Here is my code: $(document).ready(function () { startScroll(); }); function startScroll() { ...
4
votes
1answer
57 views

How can I prevent the page scrolling when I have scrolled to the bottom of a div inside it? [duplicate]

I've got several divs on my page that look like this: <div style="height:200px; overflow:auto;"> <div style="height:300px;"> <!--Lots of text here--> </div> ...
-1
votes
0answers
15 views

scrolling parent page whit mousewheel when iframe is pointed

I've following problem: I've a parent page, in which all the aothr pages are opened in an iFrame when clicking on a menu-item. The problem is that when the mouse is pointed on the iFrame section, that ...
0
votes
3answers
79 views

html/css buttons that scroll down to different div sections on a webpage

Can someone help me I'm searching for css/html code example: I have a webpage with 3 buttons(top, middle, bottom) each specified to 1 div section on my page, lets say my first div section is in the ...
0
votes
1answer
77 views

jQuery Smooth Div Scroll WP - How to start again autoscroll when mouse not over image?

Please I need your help: I'm using Smooth Div Scroll with wordpress Is there a way to "stop the autoscrolling when mouse over", "start autoscrolling when mouse not over"? Right now, autoscrolling ...
2
votes
3answers
115 views

Change div css when user scrolls past it, using jQuery

When a user scrolls past a div I need it's css changed to position:fixed. Much like what is done here: http://imakewebthings.com/jquery-waypoints/shortcuts/sticky-elements/ but with just plain jquery, ...
0
votes
0answers
37 views

jquery dragging from a scrollable div makes the div scroll to top

I have a long table inside a scrollable div. The td-content of that table can be dragged/dropped to another table. What happens is that if I scroll down a little to pick a TD just outside of the ...
1
vote
0answers
40 views

Scroll to Fix - use Plagin

I'm trying to use this code in my project. This is my project This is code of my js: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" ...
0
votes
1answer
37 views

When scrolling downwards on a div another div scrolls upwards

Is it possible to have one dive scroll one direction and at the same time have another div next to it scrolling in the opposite direction using jquery?
-5
votes
2answers
210 views

change div color after scrolling 15% down with jquery [closed]

I have this jquery code below which makes a div scroll. But I would also like it to change the div color to #32200F when is down 15% from the top.THen return to the original barckground when it is ...
0
votes
2answers
182 views

Sliding a div using jQuery scrollleft

I'm pretty new to jQuery, so this is probably a noobish question. I want to move a div left and right, manually (not animated). Specifically, I want to be able to click a Left button, and it moves ...
0
votes
2answers
224 views

div scrollTop() not working

so I have this fiddle: http://jsfiddle.net/TLkmK/ <div class="test" style="height:100px;width:70px;overflow:auto"> sadfsadf saf sadf saf s af saf saf sadf ...
0
votes
0answers
19 views

replace a div with another whilst scrolling

first question here so bare with me. I am trying to make an image (div) replace another image as i scroll down the page. i am using jquery to scroll the first image but i can work out how to hide the ...
0
votes
0answers
144 views

Scroll position in inner div on page after return (reload or back in history)

I have problem with scrolling in page. I have scrollable page and inner antoher scrollable DIV on page where is long list of links. And if I go to linked page from this list and want go back (normal ...
0
votes
0answers
126 views

css fixed positioned div disapears when i scroll down at certain point or when i refresh

I have a jquery plugin so i don´t know what is the problem, i tried to make it all again but whe i get to the fixed part it happens all again, i really don´t know what to do i must deliver this work ...
0
votes
1answer
74 views

Conditional Scrollable Div

I have a scrollable div that has data appended to it via Jquery. I am trying to get it to auto-scroll to the bottom only on certain conditions. When data is first loaded (.append) it should scroll ...
0
votes
2answers
115 views

How to stop JQuery Animate function from moving entire page

I'm having trouble getting the animate function to only move the specified DIV. Instead, it moves the entire page. If you click "RSVP" on the link below you can see what I am talking about. I've tried ...
0
votes
0answers
54 views

Load images progressively in horizontal scroll div

I have a tricky one here. In a webpage I have a that has css properties as shown below. In this div I have a long list of images aligned in a horizontal row. As the user scrolls right, images ...
0
votes
1answer
95 views

Smooth div scroll not working when toggle is added

I have a div that contains content from a database. All of the divs use the same class as they loop with different content being echoed into them via php. I would like to use Smooth Div Scroll and am ...
-1
votes
4answers
124 views

How to scroll only top layer to cover over bottom layer in browser?

In this example, they somehow are able to scroll the top layer in the browser to cover over the bottom layer div. How can that be done with jquery/CSS? www.sevenly.org
0
votes
0answers
127 views

Smooth div scrolling issue on Google Chrome

I have a problem with smooth div scrolling. I using jquery.scrollTo-1.4.3.1 library to "move" a div on my website. It works great, but not on Google Chrome, where it looks like having low FPS. I ...
0
votes
1answer
64 views

Scroll up to highlight div on validation failure

I have a form (jsp page) and contains a div where the error message is shown if any. When a user submits the form, the validations are done server side and based on any violation an error message ...
0
votes
1answer
82 views

Div that appears on Scroll but not on page load

I'm making this web page and I want a div to appear only on scrolling down 300px from the top of the page. This is the JavaScript i borrowed from the net: <script type="text/javascript"> ...
0
votes
1answer
44 views

Trouble fading element on scroll

I have a fixed-position article element that I would like to fade out when scrolling the page. I'm not very experienced in Javascript, but after some research I have put together this script; ...
0
votes
0answers
70 views

fixed div overlapping content

I got a fixed div (#menu) with a float:left, and the content of my page is centered with margin-left/right: auto So when I look on an iPad for example, the page will still be centered but the "white ...
0
votes
0answers
85 views

Smooth Div Scroll Chrome issue

I'm using this plugin: http://www.smoothdivscroll.com/ I'm having a problem with the automatic scroll working when the page is loaded in chrome. It automatically scrolls in Firefox, IE and Safari ...
0
votes
2answers
157 views

Javascript while loop changing scroll position of div crashes site

I have a div displaying some horizontally scrollable images with white-space:nowrap; overflow-x:scroll and i'm trying to make the function below work: var mouseIsInDiv = false; function autoScroll() ...
0
votes
0answers
54 views

How to create a fullscreen div until scroll?

I'm brand new to this site so apologies if I'm stepping on toes but I've been trying to create a page where you are met by a fullscreen header, with a height and width of 100% of the viewport, however ...
0
votes
2answers
514 views

jQuery make div slide in when scrolling down page

I want to make a div slide onto my page from the right when a user scrolls down the page (the div will contain a link that takes them back to the top of the page). Here is the code I'm currently ...
1
vote
1answer
125 views

Overflow-y scroll when hovering over div - Internet Explorer

I have a div with some content inside and I would like this div to show a vertical scrollbar only on hover. I have the following code: <div id="scroll" style="width:370px; height:50px;"> lots ...
0
votes
0answers
39 views

div with horizontal scroll

with a div that is completed with a dinamycally added table. The problem is the rigth div, it doesn't show the full table, and i can't scroll the div code is <div ...
0
votes
0answers
1k views

Smooth JavaScript horizontal scroll in DIV

I have content in a horizontal div that exceeds the page area so that to see all of it you have to scroll horizontally. Fine with a trackpad but for those who don't have one I want to make this ...
1
vote
0answers
141 views

Scrolling a container to a specific DIV with jQuery

i'm using the following jQuery function: $(document).ready(function () { var top = $('.aside').offset().top - parseFloat($('.aside').css('marginTop').replace(/auto/, 0)); ...
0
votes
0answers
135 views

Horizontal JS page scrolling on button click

I'm looking for pretty much the same navigation function that is used on http://mercertavern.com/ but without the scrollbar itself. I only want it to scroll when a menu item is clicked. Any simple ...
0
votes
1answer
194 views

On Scroll Animate/SlideUp div

Hi guys I've been googling the whole day, but can't find the answer on how to achieve it. Once I scroll I want my div position at the bottom of the screen to slide up same to this site: ...
0
votes
1answer
279 views

JQuery Div follow during scrolling with top/bottom gap

I need a fixed div when scroll the page but between a top and a bottom value.. Now I have this code and it works but I can't find the solution to stop it when with the scroll I find the bottom of the ...
0
votes
2answers
173 views

How to use jQuery to hide div then fade it in on document scroll?

I'm trying to use jQuery to hide a div when the page loads, but when you scroll down to a certain point it will fade in. Right now the below script will do almost that, the problem I'm having is that ...
0
votes
1answer
84 views

How to stretch a table to full page height

Now this may be extremely simple, but I being new to HTML/CSS, can't figure it out. Here's the HTML: <html> <body> <table> <tr> <td ...
0
votes
2answers
150 views

How to track divs scrolling over point on page with JavaScript/jQuery

I'm looking for a very fast solution to a div scrolling problem. I have a set of divs, like forum posts, that are laid out one on top of the other. As the page scrolls down or up, I'd like to know ...
1
vote
1answer
66 views

scroll 1000pixels down the page on element click

I have div id="menuitem1" and, when someone clicks on that div, I want the page to scroll 1000px down the page. I know this is something that's easy to Google, but for some reason, even after ...
1
vote
0answers
230 views

jquery.scrollTo.js isn't sliding horizontal after 5 divs

I have a bit of a problem. I have a horizontal scroll that doesn't go horizontal if there are more than 5 divs. I already found another post here on this site but it doesn't seem to apply to this one. ...
0
votes
1answer
218 views

Issue scrolling Div in sencha touch

I am working in sencha touch. I am facing an issue i.e. I have a panel on my screen in which I have a div which dynamically appends. It takes an image taken by Camera, the issue is that I am trying ...
0
votes
1answer
296 views

JQuery SmoothDivScroll and arrow keys [duplicate]

I need to make JQuery SmoothDivScroll plugin works with arrow keyboard keys - left and right keys should scroll the content, as mouse wheels and hot spots do. How can I achieve this, using custom ...
0
votes
0answers
57 views

Move div container scroller with main window scroller

I wish to move a div container scroller on my tumblr blog, which contains my blogs posts, with the main page scroll bar. The end goal is to have the main page background as a desk and the div ...

1 2 3 4 5