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
10
votes
3 answers

How can I make multiple on scroll fixed headers/navbars that stick at the very top of the page?

Does anyone know how to make multiple on scroll fixed headers? I've already checked answers such as this. I want the first header, that's already fixed at the top of the screen, to stop before the second header, and when the first header gets…
MWR
  • 304
  • 1
  • 2
  • 12
10
votes
3 answers

How to use jQuery draggable with fixed position?

It works perfect in firefox, but in ie, chrome and opera it doesn't work.
has position:fixed, and is .draggable() and it doesn't work except firefox
rafaello
  • 193
  • 1
  • 1
  • 5
10
votes
2 answers

Fixed marker on google maps for ios

I am using google maps SDK for ios. I want to make a marker fixed in the center of the screen, so when user drags the map, the marker does not move and stays in the center. I am also trying to read the coordinate of the center after the drag. Any…
Yini
  • 101
  • 1
  • 3
10
votes
7 answers

EditText with not-editable/not-cancellable suffix

i created a layout for one of my activities in which users can insert a value in some EditText widget. I need that some of these EditText must have a suffix (like cm, mm and so on) that has to be not editable. After the user has inserted the value i…
smartmouse
  • 13,912
  • 34
  • 100
  • 166
10
votes
10 answers

css footer position stick to bottom of browser?

I'm having a problem with my site http://artygirl.co.uk/pixie/about/ I can't seem to get the footer to automatically stick to the bottom of the browser, and show the rest of my background. Is there a solution better than using position:fixed or…
brightmist.co.uk
  • 531
  • 5
  • 18
  • 47
10
votes
10 answers

How to make a fixed div?

I am trying to make box to be fixed in the lower right border of the page and doesn't move with the page scrolls down. But it's not working for me dunno why. Here is my code: