Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
1k views

Modernizr position fixed test incomplete

Modernizr is great but the example test for position:fixed is quite incomplete: iOS 4 and lower returns true while it doesn't support position fixed Opera on Windows returns false while it does ...
8
votes
2answers
426 views

Fixed position navbar only clickable once in Mobile Safari on iOS5

I'm using Twitter Bootstrap to style an iPad optimized website and am running up against an interesting bug in Mobile Safari on iOS5. After tapping on an anchor link in the fixed position navbar, it ...
8
votes
8answers
1k views

How to hover a Fixed element until it reaches some point

I've got a div which I need to be fixed to the bottom of the screen, until it reaches some point after scrolling and stop there and stay. If a user start scrolling back up - make it fixed again after ...
7
votes
6answers
3k views

Why do fixed elements slow down scrolling in Firefox?

My question is simple, why do elements with the CSS "position: fixed" applied to them cause Firefox to eat 100% CPU when scrolling the page they are in? And are there any workarounds? I've noticed ...
4
votes
2answers
156 views

iScroll with footer and header fixed

If you enter http://gizeto.se/app_yellow/index.html you can see that iScroll scrolls the entire page. You can see the scroller lying over both the header and the footer. The scroller should only ...
3
votes
2answers
143 views

How to position CSS fixed JQuery dropdown bar

I was looking for a JQuery dropdown bar (like the one in StackOverflow) when I'll find this that pointed to this jsfiddle demo. This is perfect except for one problem: when the page has scroll, it's ...
3
votes
2answers
386 views

CSS: sidebar with fixed position getting cut off

My website has a sidebar with lots of stuff in it—so much that the browser viewport must have a height of at least 1020 pixels in order to see it all without having to scroll (unless, of course, you ...
3
votes
4answers
457 views

position fixed vertically with horizontal animation

I want to achieve an effect similar to this: Position element fixed vertically, absolute horizontally This can be seen working here: http://jsfiddle.net/thugsb/M2m58/ However, as in that fiddle, I ...
2
votes
0answers
91 views

anchor links not working properly on ipad

We have a problem with a fixed element on iPad. You can check our layout here: http://cibology.edoardobiasini.it/ The position:fixed element on the right contains a nav with anchor links to the page. ...
2
votes
1answer
94 views

blackberry css position: fixed

I recently encountered a problem with my site. I have a position:fixed div which acts as a header. However, thIs doesn't work as it should. Instead of actually moving with the scroll wheel on the ...
2
votes
2answers
111 views

css how do i fix a single nested div when scrolling the other layered/nested contents in a container?

I have seen a number of interesting posts on the subject of fixed position elements, but I have a problem that I can't solve. I have a number of nested divs inside a scrolling div container as in my ...
2
votes
3answers
169 views

Creating a variable height “fixed” header in CSS with scrollable content

I'd like to create a header on the page that doesn't move when you scroll the page. This seems simple, just add "position: fixed" to the style, but then the content appears underneath the header, ...
2
votes
1answer
235 views

CSS, a Fixed Position Div with Dynamic Content - How to Position Another Div Underneath it?

Just checking to see whether there's a way to do this in CSS before I get my Javascript on! In the example, the #fixed div gets filled with content dynamically - so we never know how big the content ...
2
votes
2answers
408 views

How to center fixed-position, dynamic-width divs [diagram included]?

I have a fixed-width, relatively positioned, and centered #content div (shown as the outer red box, below). At the top of this div, I need to place two fixed-position header divs, one left of center ...
2
votes
2answers
420 views

Question about Google's tutorial: “Implementing a Fixed Position iOS Web Application”

All, I'm working on a web application for iOS that uses a fixed position header (much like Gmail's mobile interface). Since mobile browsers ignore position:fixed, this is a little tricky. Then, I ...
2
votes
3answers
1k views

footer on bottom of viewport without overlaping with content

What I need is a very basic layout with only 2 main parts: content and footer. The footer should always be on bottom of viewport. So I have: Content (position:relative) Footer (position: fixed; ...
2
votes
1answer
1k views

How can I style an HTML INPUT tag so it maintains CSS when focused on Android 2.2+?

I was delighted to discover that Android 2.2 supports the position:fixed CSS selector. I've built a simple proof-of concept, here: http://kentbrewster.com/android-scroller/scroller.html ... which ...
2
votes
1answer
992 views

center aligning a fixed position div

I'm trying to get a div that has position:fixed center aligned on my page. I've always been able to do it with absolutely positioned divs using this "hack" width:400px; left:50%; margin-left:-200px ...
1
vote
0answers
84 views

IOS can't click links in fixed footer until after scroll?

I have been trying to figure this out. I have a fixed footer on ios with 4 links in it. Their are also 6 links under it that should not be clickable since they are below. However on ios when unless ...
1
vote
2answers
81 views

HTML text not selectable when positioned atop fixed position div in Chrome and Firefox

The following HTML renders identically in Chrome (latest), Firefox (latest) IE8 and IE9 - all good. The only problem is that text in the portion of the main content that overlaps a div with fixed ...
1
vote
2answers
26 views

Fixed Position HTML Elements' Movement Restriction

I have an HTML element which is set as position: fixed in the CSS. However, when the user scrolls to the top of the screen, I notice the fixed element overlaps another element. How do I tell the ...
1
vote
2answers
77 views

Position a Div “Fixed” Vertically and “Absolute” Horizontally within a “Position:Relative” Container Div

I'm looking for a way I can create a div which will be fixed on the page vertically, so if the user scrolls down, the div stays at the same place on the page. But have it positioned absolutely ...
1
vote
1answer
47 views

Is there fixed positioning in Flex similar to html?

I'm trying to create a popup notification in a flex application that has a fix position on the lower left corner of the window. The popup (mx.TitleWindow) will be fixed with the browser even if the ...
1
vote
1answer
64 views

graphviz - fixed node positions

I have a graph that is precessed by neato and i'm adding new edges to it. But I don't want that the old nodes have been moved. I want that neato computes the new positions of the new nodes and the old ...
1
vote
1answer
120 views

Android webview 'fixed positioning' alternative

I use a WebView to show a table. The table is too big for the screen so the user must scroll through the page. I want to show a fixed header which is always visible. Since the position:fixed is not ...
1
vote
0answers
55 views

checkbox in div of position fixed not clickable (ie8/compatibility mode)

Here is something that's driving me mad for a while: Browser: IE8/Compatibility Mode Doctype: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
1
vote
3answers
196 views

position:fixed — content disappearing on Zoom

went through the tutorial http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/ and tried the same to make a fixed top bar (just like Facebook,twitter,techCrunch and any other ...
1
vote
1answer
51 views

Div with fixed position moving relative to margin:auto elements

I have a div with a fixed position, but I want it to stay in the same position when my browser screen is increased or decreased in width. Since I have margin:auto acting on the surrounding html ...
1
vote
1answer
254 views

iOS 5 fixed positioning and virtual keyboard

I have a mobile website which has a div pinned to the bottom of the screen via position:fixed. All works fine in iOS 5 (I'm testing on an iPod Touch) until I'm on a page with a form. When I tap into ...
1
vote
2answers
165 views

IE8 fixed position top & bottom resize bug

Based on my CSS, all Browsers including IE7 show my bottom bar correct and fixed, all the time. .bottom-fixed { position: fixed; bottom: 0; margin-left: -235px; min-width: 1160px; ...
1
vote
2answers
188 views

iphone: need to put uiview on top of uitableview in fixed position

i need to put uiview (for ads purpose) on top of table view in my iphone app.. the problem is when i scroll the table to the bottom the added uiview scrolling with the table. while i want it to be ...
1
vote
2answers
355 views

position:fixed breaks in IE9

I have a site that heavily utilizes jQuery and CSS to achieve some pretty nice effects. The pages work flawlessly in FF and Chrome - however in IE9 (and possibly other versions of IE) my pages seem to ...
1
vote
1answer
356 views

Toggle position fixed depending on scroll position

I have the following code which fixes the position of a menu at the point that it is going to scroll off the top of the page. $(function () { var msie6 = $.browser == 'msie' && ...
1
vote
0answers
147 views

Issue with fixed background images in Safari 5.1

I've created a Tumblr theme with a somewhat complex background. It renders as coded in Chrome and Firefox but Safari is giving me trouble. Basically the two background images assigned to the body ...
1
vote
1answer
131 views

Have outer div scroll past div inside it with css

I have a div inside another div which has a fixed position at the bottom of the page. I need the outer div to scroll all the way past the inner div allowing all the content to be shown. ...
1
vote
2answers
217 views

Position DIV below fixed div with variable hight

Here is the Problem: Lets say I have something like this: <div id="leftcontainer"> <div id="top" style="position:fixed"></div> <div id="below"></div> ...
1
vote
2answers
1k views

how to 'fix' the header footer position using jquery mobile with data-position=“fixed”

i am using jquery mobile and for header/footer i am using data-position="fixed". However, when we scroll the page... the header footer goes away ands reappear when scrolling stops.. Is there a way we ...
1
vote
1answer
295 views

scrollbar inside fixed div

I have a fixed div and need the content to be able to be scrolled when its width exceeds the window size. I need this div with position: fixed because it's next to a column with display: none, and if ...
1
vote
3answers
284 views

Opera Mobile incorrectly calculates position: fixed

I have a interesting problem with position: fixed in Opera Mobile 11: Test page: http://dl.dropbox.com/u/841468/testcase/opera/fixed.html The red <div> should stay fixed on top. If I scroll ...
1
vote
1answer
2k views

Single finger Scrolling for inner contents (div/iframes) in iPhone Mobile Safari

Sub: iPhone mobile safari web application i need to show some part of the web page always even user scrolls. css property position:fixed does not work as we expect. using the overflow:auto ...
1
vote
0answers
438 views

How to create a fixed header on a mobile browser

I'm looking for a JavaScript/jQuery plugin which allows to use a fixed header on mobile browser. iScroll seems to be the most popular solution but I was interested in a plugin that isn't constantly ...
1
vote
2answers
71 views

Why does the size of a div element change when changing position from fixed to absolute?

I have a div containing some text. This div used to be position:fixed, but for some reasons I need it to be position:absolute. However, when changing it from fixed to static its size changed (the ...
1
vote
1answer
387 views

CSS Position:fixed in Web OS apps

Can I make "position:fixed" work in some way under Web OS browser? I made a cross-platform app using Phone Gap that works in iOS and Android. I fixed the scroll problem on those platforms using ...
1
vote
1answer
506 views

Can i use position: fixed vertically and and position: absolute horizontally?

I have some text at the bottom of my page saying Built By Me in it. I have this in a fixed position 35px away from the bottom and left of the window so it moves as you scroll. What i actually want is ...
1
vote
1answer
249 views

How to clear content from a “position: fixed” element of variable height?

I have a header on a web site, the height of it changes based on many server-side factors. It has been requested that the header be modified to have fixed position, so that when the user scrolls the ...
1
vote
4answers
2k views

Div with scrollbar inside div with position:fixed

I have a div with position:fixed that is my container div for some menus. I've set it to top:0px, bottom:0px to always fill the viewport. Inside that div I want to have 2 other divs, the lower one of ...
0
votes
0answers
9 views

playing a video on the ipad will mess up fixed elements

I created a site that has some fixed elements (nav, logo, background). Also I have some videos (HTML5 vimeo iframe) on that page. On the iPad the scrolling is fine so far and since the support of ...
0
votes
1answer
30 views

ScrollToFixed plugin creating mystery div that ruins page layout?

I have just used the ScrollToFixed plugin by bigspotteddog ( https://github.com/bigspotteddog/ScrollToFixed ) on my website ( http://faiththeagency.com/easyphone/frequently-asked-questions.php ) ...
0
votes
0answers
20 views

Liquid layout, fixed footer side-scroll gap issue

I'm having the most damning problem with my website and I'm kind of new to website design so I don't have the marbles yet to solve it myself. I decided too late in the game that the website should ...
0
votes
1answer
98 views

Mobile Safari bug on fixed positioned button after scrollTop programmatically changed…?

I'm just about done a webpage but there is one bug in Mobile Safari (iPhone and iPad iOS 5.0.1) with two buttons that are fixed to the upper and lower right corners.. The buttons are not faded in ...

1 2 3