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
4 answers

responsive 2 column layout with 1 div fixed in size and the other stretching over the rest of the page (height and width) while not scrollable

puh, i hope the title is not as confusing as it sounds. I'll try my best to explain since i cant post an image: I want the left div to be fixed in width and contain some content like the usual website. The right div is supposed the be responsive to…
user3195593
  • 15
  • 1
  • 3
0
votes
1 answer

textarea with fixed inner placeholder

I'm trying to create a textarea that has a fixed title at the top left corner. So far I have the following:
My Notes:
user1491636
  • 2,355
  • 11
  • 44
  • 71
0
votes
1 answer

Make meanmenu position fixed

I'm using the meanmenu plugin for as a responsive menu for mobile. I would like to make the position of the menu fixed, so it can be accessed from the bottom of the page. But when the position of the meancontainer is set to fixed instead of relative…
0
votes
1 answer

Margin on fixed div with width 100%?

I need a fixed header under which the content (body) can scroll. This header should be 100% of the parent, but the parent has some margin-right. The fixed header gets 100% width of the window instead of the parent. How can this be…
fusio
  • 3,595
  • 6
  • 33
  • 47
0
votes
1 answer

Using jQuery to fix a div, but it resizes when it comes out of flow

I'm having a small problem with a piece of code I'm writing and was hoping someone could point me in the right direction. I have a site in a 3 column display, from left to right I have the nav bar, content, and a sidebar for news updates and such.…
aylnon
  • 371
  • 2
  • 8
0
votes
2 answers

How to have mmenu header fixed at the top?

I love the mmenu jQuery plugin, but I'd like to be able to make it "fixed" at the top when scrolling the page. Looks like by adding the style="position: fixed;top: 0;width: 100%;z-index:10000" doesn't make the trick for me, since once I click on it,…
Fabrizio Ferrari
  • 869
  • 2
  • 12
  • 25
0
votes
1 answer

How to make a scroll to fixed div that doesn't stick to the top

I have a side bar like on this demo, that starts at a certain position on the page and as you scroll down it bounces a long with that position. I'd like something like that but without the bouncing.…
0
votes
0 answers

Issue with JQuery fixed header on scroll

i'm having a issue with the header: i'm using this jquery that transform the position of the header from relative to fixed only when you scroll up. Work perfectly in firefox, but is safari it has a problem. This is the code, thank you in…
whites
  • 25
  • 4
0
votes
1 answer

Fixed 3D plot title in Matlab

I wanted to included a title into my 3D plot in Matlab, but the problem I'm facing right now is that if I rotate the plot, the title also moves. Does anyone know how to fix its location no matter how much you rotate your plot? Thanks!
dgarciale
  • 3
  • 2
0
votes
1 answer

Mask a div with images that have the attribute background-attachment: fixed

is there a way to build something like this: http://jsfiddle.net/cuginoCoso/k5zk5m9q/10 without having a div to cover the area on top of the div? Here you see how it looks without the covering div: http://jsfiddle.net/cuginoCoso/k5zk5m9q/9/ I would…
hannes
  • 41
  • 7
0
votes
1 answer

print html with fixed div header and footer with table-row-group

i want to build up a printable html page. This page needs on each page a header and footer (at top and bottom on each page). The Page itself contains a table with table-row-group and a table-header, (and a lot more data). my problem is, that the…
xunwichtig
  • 11
  • 3
0
votes
1 answer

jPushMenu with sticky sidebar

I'm developing a portfolio website that has a jPushMenu on the left but also includes a sticky sidebar in the content. The push menu can't "push" my sidebar because its set to position: fixed; in my CSS. Please excuse the rushed JSFiddle but here is…
Dan Leckie
  • 11
  • 1
  • 5
0
votes
1 answer

disable opposit direction in range slider

I am using a range slider in my site. The slider point/head jumps in certain point for example.In defaults it is set to number five the it can jump in number 4 or 6 etc. I want such a way that if I choose one number then I can not change it back or…
user3396867
  • 109
  • 2
  • 11
0
votes
2 answers

stick part in a specific range

i have a container that is stick to top after a specific point. but its not enough for me. i have a footer in the page and when the screen is small the stick part is hiding under the footer. i want it to stop moving down in the footer top (to stop…
Ruthie
  • 21
  • 4
0
votes
0 answers

IOS 8 WebApp: WebSQL after standby is not responding

I made a WebApp with PouchDB and I noticed some problems every time I go into standby. I know that PouchDB uses WebSQL. So I made a test, you can see here: https://shdev.github.io/playground/websql.html What happens there: On startup a PouchDB…
SH DEV
  • 1
  • 1
  • 2