Questions tagged [fixed]

Please don't use; the more specific [css-position] or [fixed-point] tags are preferred.

(review to be retagged or , remove otherwise)


1909 questions
0
votes
3 answers

3-column layout (fixed-fluid-fixed) with full-screen height

I'm trying to achieve a 3-column fixed-fluid-fixed layout. Also, the height of the layout must take up the whole screen so that it looks like 3 solid columns going from top-to-bottom. Summary: Left-column: fixed-width Center-column:…
user3621156
  • 65
  • 1
  • 7
0
votes
0 answers

javascript css-manipulation jerky on mobile when scrolled

I have a musicplayer fixed on the bottom of the screen and when I scroll 300px he should start to scroll with the rest of the content. All that works fine at the computer but not on mobile. Its dificult to explain this with my skill in english. I…
kruben
  • 142
  • 2
  • 14
0
votes
1 answer

background-size:100% on mobile devices

I am trying to do a fixed div with an image set as background-image. I set the background-size to 100% so it doesn't repeat or being too small for big screen resolutions or when zoomed out. The problem now is, that on mobile devices, the background…
sunilson
  • 1,449
  • 15
  • 31
0
votes
1 answer

Align fixed background with CSS calc

I hope what I try is not impossible. Let me explain first: I have a responsive design which requires a background to be fixed under some situations (media query blocks). The design in question is this…
0
votes
1 answer

Fixed position DIV that works fine in Chrome and Safari but not in IE11

This CSS causes a Button to be anchored at the bottom of the screen of our website. The button stays anchored to the bottom of the page when scrolling up or down. In IE, it just renders the button right where the DIV code is located instead of…
0
votes
0 answers

How to remove the bounce on the header?

http://oxfordhigh.oxfordschools.org/ this is the site that im working on and im having a problem with the header. It bounces whenever i scroll it down. This bug only occurs in IE and Chrome but in mozilla it seems fine(as i've checked on my end).…
0
votes
0 answers

DataTable Fixed Column Primefaces

i nedd help with fixed column in datatable primefaces. Is it possible to freeze/fixed first 3 columns of Primefaces' data table? I'm using Primefaces 3.5 and GlassFish 3.1.2.2 I read about jquery but i dont know how use it. Someone can help me?
0
votes
1 answer

Fixed CSS Div overlaps other box

I'm not really a CSS-hero ;-) Well, I try to create a form with bootstrap and some custom css. I want 3 columns: Content Editor Settings The Editor should be fixed. Thats my html: http://d.pr/n/YsVJ The part of the fixed editor is:
user3755325
  • 79
  • 1
  • 2
  • 9
0
votes
1 answer

Fixed left navigation + remaining space

I'm trying to achieve the following with CSS: I want a fixed sidebar with navigation, so that when you scroll down, the sidebar stays in it's place. The remaining space on the right should be filled up with my content, as if it were the body at…
Wouter C
  • 533
  • 1
  • 6
  • 21
0
votes
1 answer

navbar-static-bottom overlapping content above it/not located at bottom anymore

Here's the HTML code when my footer navbar is fixed, which is fine, but when it's static (shown here), it not only lengthens, thus overlapping the items above it, but it also is no longer docked at the bottom of the page. What do I have to do to…
michael
  • 167
  • 5
  • 23
0
votes
1 answer

Navbar-fixed-top pushes content on page up

I currently have a navbar at the top of my page that is static, but when I try to make it fixed, it always "eats" the content below it. Bootply when it's static Bootply when it's fixed Is there any way to fix this?
michael
  • 167
  • 5
  • 23
0
votes
2 answers

jQuery: How can I animate to a taller height with the height being added to the top of the element?

I have a simple problem but I am not sure how to solve it. Basically I have some hidden content that, once expanded, requires a height of 99px. While collapsed the element holding it section#newsletter is set to be 65px in height. LIVE EXAMPLE:…
Jannis
  • 17,025
  • 18
  • 62
  • 75
0
votes
1 answer

Make div fixed to top when scroll past 100% height

I've been looking all over on how to fix a div when scrolling past 100% and then for it to sit again when below 100%. I have been using this jsfiddle to work when i want to sit at a certain pixel height. Any help would be greatly…
0
votes
0 answers

making an image stick relative to other elements while page zooms in or out

i have an image, essentially a white rectangle, that I'm trying to use as a screen between a top layer logo and the text below. the logo is part of the header and acts as 'sticky' - not moving when y-scrolling the page. what I'm failing at is making…
yaron hochman
  • 207
  • 1
  • 3
  • 7
0
votes
1 answer

Fix INSTALL_PARSE_FAILED_MANIFEST_MALFORMED

After searching three hours on the web I couldn't find a solution for my app , I'm having an error that says : INSTALL_PARSE_FAILED_MANIFEST_MALFORMED .. Any Help ! by the way I tried to test it before and it works great !! Any suggestions ? This is…
1 2 3
99
100