Tagged Questions

11
votes
5answers
9k views

How to resolve position:fixed for a bottom toolbar on iOS (iPhone/iPad)

I have a bar that is fixed to the bottom of every page on my website by using position:fixed. The problem is that on devices like iPhone or iPad this property is not respected. I tried to use ...
0
votes
2answers
46 views

javascript fixed positioning issue with Ipad

Hi this is my first question here and I hope that I will get help and that the answer will be helpfull to someone else also. I have to position a header div element at the top at the page so it stays ...
1
vote
1answer
74 views

Twitter bootstrap change affix offset on DOM change

Twitter bootstrap change affix offset may be helpful. Supposedly he basically had the same issue and posted the solution to my problem, but I couldn't get it to work unfortunately. Here's the ...
1
vote
2answers
98 views

Wink/blink issue with fixed menu on y-scroll

I wish a div element of my right menu to fit the bottom of the header menu while y-scrolling to bottom and then stay fixed. And while y-scrolling to top, to stay relative to his previous element. ...
2
votes
1answer
836 views

jQuery - how to make sticky navigation 'stick' in two cases? by default, and with top panel div expanded

I have a "sticky navigation" that "sticks" to the top (function changes its position to :fixed, top:0) when the user scrolls down past it. I also have a 'expandalbe' sign in area at the top of the ...
0
votes
2answers
2k views

Stop fixed position at footer

I'm looking for a solution to the popular issue of stopping a fixed object at the footer of the page. I basically have a fixed "share" box in the bottom left corner of the screen and I don't want it ...
0
votes
2answers
293 views

Chrome, position fixed, and javascript problems

Like the title tells you, I have some problems with Chrome. I got a backgroundimage that covers 100% width and height auto of the browsersize. The position is set to fixed. This works great in all ...
1
vote
2answers
60 views

Display none to display inline in IE

I have taken a look at others and added my doctype but it still doesn't work I am building a website where you click on a product and a div opens with more info, that part was no problem with ...
0
votes
0answers
48 views

Right sidebar to stop at certain point JavaScript

I have searched a lot but found no solution. I'd like to write a short script with which my static right sidebar scrolls with the main page, and stops and becomes fixed, after reaching the end of its ...
1
vote
2answers
43 views

How to get position for fixed element without jquery?

Hello there I have an element with fixed position, I can't detect position and must be use javascript clearly, without frameworks (jquery, mootools, etc).
0
votes
0answers
167 views

jQuery Sortable with a twist

I'm working on a javascript app which will allow a user to arrange a bunch of elements in a grid style layout, and I decided to use jQuery's sortable library to allow them to move things around. The ...
0
votes
0answers
63 views

Position:fixed, then position:absolute after a certain point on the page?

How do you make a div tag position:fixed, and then absolute, after a certain point on the page? Here's what I have so far: <div style="position:fixed; top: 26.45%; right: 10%;"></div>
0
votes
0answers
83 views

Flexslider won't scroll in IE7

I have an issue where the flexslider stays static in IE7. All other browsers it's fine. <div class="flexslider"> <ul class="slides"> <li><img ...
0
votes
0answers
216 views

ScrollToFixed stop position fixed in case of page height

I need help with ScrollToFixed. This is the example of right working. But it doesn't work at my page (screen resolution 1366 x 768). It automatically sets wrong top position after stopped being fixed ...
4
votes
2answers
155 views

Javascript - onscroll moves smoothly to next anchor? How-To?

I'm building a single-page website with a few sections that each fill out the user's window; I've got that working. What I want to do is: When the user scrolls up or down he/she would ease-up or ...

1 2 3
15 30 50 per page