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
1 answer

Fixed navbar and right gallery with fixed size items

This is my first question so, please be gentle. I am a novice to HTML and CSS and I am trying to achieve something that appears to be outside of my skills. I have this situation: I need to make a page with left-fixed navigation bar and a right…
Parsec 9
  • 1
  • 1
0
votes
1 answer

$anchorScroll goes to wrong point if dynamically changing element position to fixed

I'm using a directive to fix my menu to the top of the page once my header scrolls past. I also would like my menu to use $anchorScroll to navigate to different elements of the page. The trouble I'm having is that the $anchorScroll goes past the…
Hello Dave
  • 231
  • 2
  • 10
0
votes
2 answers

What procedures can be used to fix files in Fortran if I want to perform data mining from R?

I have several files in Fortran and want to know what procedures are needed to work with them, especially to read the data, set the width of the columns and get a data frame with which to work in R. Later, I want to perform some function to these…
0
votes
2 answers

Fixed div relative to another element

So I want to include a side legend that need so remain fixed on the screen. The problem is that I need it to position it relative to another element, in this case a table. I did put it on the right side but if I do it my way if I move to a larger…
user3864308
  • 25
  • 1
  • 9
0
votes
1 answer

iOS & h264 fixed framerate

I'm recording some video using AVAssetWriter and AVAssetWriterInput. Later on, i'm opening the video files with some H264 analyzers and I see that the H.264 SPS does not contain any timing info (hence the frame rate is not fixed). Is there any way…
koby
  • 203
  • 2
  • 4
0
votes
1 answer

is it possible to keep button with fixed position after zoom in or zoom out on mobile

I am working on website having fixed position button it works fine on desktop but can it possible to keep button on fixed position after zoom in or zoom out on mobile device. or can reposition button on zoom in or zoom out. CSS: .exit { …
Kango
  • 809
  • 11
  • 27
  • 48
0
votes
2 answers

How to make a fixed position centered after zooming the whole website out?

I am very new to web design HTML/CSS and we are asked to make a simple website for our school project, I saw a layout and liked the idea. here's the link: http://theme-frsch2.tumblr.com/ I'm having a problem on how to make the left part (the fixed…
ayasocool
  • 157
  • 1
  • 4
  • 13
0
votes
2 answers

If I use "position:fixed;" can I have the position be on the right?

When using "position:fixed;" in my stylesheet, can I have the position also be on the right? Here's my code: CSS .buttons { margin-bottom: 30px; text-align: right; position:fixed; } HTML
Brandroid
  • 266
  • 1
  • 2
  • 10
0
votes
3 answers

Enable disable fixed column in DataTable using a button

Myself created a html table with fixed columns using jquery DataTable with reference to This example as, $(document).ready(function() { var table = $('#example').DataTable( { scrollY: "300px", scrollX: true, …
mpsbhat
  • 2,733
  • 12
  • 49
  • 105
0
votes
1 answer

fix a div to the bottom of the 100% container and allow the while container to scroll

I've got a 100% height container, I want to align a button 10% from the bottom and still allow the button to scroll. Here's a fiddle of what i have so far: http://jsfiddle.net/e7cc9qq7/8/ Here's the css for the button #button { display:…
Dan
  • 1,565
  • 3
  • 23
  • 43
0
votes
1 answer

Bottom fixed div to stuck it's parent's bottom line when scrolling by

I tried to tweak this example to work in the way that fixed div is aligneg to bottom of the screen until you scroll by it's parent's bottom line where it should stuck when scrolling to further down. Tweaking with no good results so I'm asking here…
Mr O
  • 33
  • 6
0
votes
2 answers

In IE7 How to vertically align the text to bottom which is in fixed height container

The HTML:

Monday, 07 May 2014 00:00 AM

abc

Tuesday, 07 October 2014 00:00 AM

code.tweetie
  • 614
  • 1
  • 6
  • 16
0
votes
2 answers

horizontallly center table who's position is relative (width is responsive)

This is my HTML: