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

Reveal vertical buttonset on hover without moving/pushing down background content

Hi: I have seen this on lots of sites over the years (horizontal button bar at top, that reveals access buttons for related sub-function when hovering over one of the main buttons) but am not quite sure how to do it. I found code here that actually…
phc_joe
  • 103
  • 2
  • 14
0
votes
3 answers

position:fixed on element in ie7/8 and problems with the scrolling of the content inside it

I got an element fixed in the center of the screen, having specific dimensions (let's say 500x500). The element has content, which is larger then the height of the element and thus causes scroll bar to appear, which is fine. In FF/WebKit everything…
jayarjo
  • 16,124
  • 24
  • 94
  • 138
0
votes
1 answer

Text-align not working inside of position:fixed div

I have some poor looking code with mistakes here (especially div's paddings and margins stuff), put it doesn't matter for now So I made a position:fixed div and put in a text-align, but it doesn't align the text
rebane2001
  • 201
  • 1
  • 10
0
votes
1 answer

Sticky button on one page

I want to have a button having a fixed position, but just on that page! I have a one page theme on wordpress and I made myself a button (an arrow that moves up and down when hovered, and always moves when you're on mobile, just slightly). The first…
0
votes
3 answers

Keep menu on top when "fixed" in css

which is positioned 113px from the top, to be on top when users are scrolling the page. I know there is a similar question, but I am not sure where to put the js code. (Yes I am a newbie) Old question: How to "fixed" menu only when it get to the…
Carsten
  • 1
  • 3
0
votes
3 answers

Modifying area of appearence of div

I want to create a fullsite layout in which I can create subdivs into a preassigned position, WITHOUT positioning settings. I've created a top, left and bottom wrapper which should always be fixed. Example follows: http://jsfiddle.net/4ca1uto5/ What…
0
votes
1 answer

Adjust Width in CSS on the fly based on a master dynamic width

I've got an interesting little problem here I'm trying to adjust the cells of my site based on the dynamic size of the window and while I can easily enough set the master cell to scale the interior cells won't follow it if I simple set them at 100…
NekoLLX
  • 219
  • 6
  • 19
0
votes
1 answer

JQuery Mobile Fixed Toolbar Hide

I was trying to simulate "tap to show/hide the fixed toolbar" when I found out that it's already the default function hahaha! By default works charmly: it starts "show" and when it taps then "hide" and when taps again "shows" etc. PERFECT! The…
Ari Waisberg
  • 1,186
  • 1
  • 12
  • 23
0
votes
2 answers

fixed menu issue, menu stacks vertically when fixed

im building a personal portfolio for school projects. and i ran in to a problem. i want to make my desktop menu fixed, but when i do it my menu stacks vertical instead for horizontal. my test page: http://bravitus.com/www/test/test.html i want to…
0
votes
2 answers

Is there a way using only CSS to have a background image scroll within a fixed element?

I have two fixed elements with a background image that I want to have scroll with the page, without the element scrolling. Here's the jsfiddle: http://jsfiddle.net/3s3qu2yv/ Is there a way to accomplish this in pure CSS? I know there is a way to do…
invot
  • 533
  • 7
  • 30
0
votes
2 answers

Android Studio: Fixed footer that's locked to bottom

I'm currently working on a layout in Android Studio but there's a problem that I need to fix.. I want to make my layout be locked to the bottom, just like Facebook which has a layout-bar at the bottom, no matter how much you scroll, it wont…
Kim Kakan Andersson
  • 548
  • 1
  • 5
  • 15
0
votes
0 answers

Elements fixed + zooming in/out in the browser

I need some help regarding my little css code. I want all my elements to be still in the stage of zooming in and zooming out in the browser. I would appreciated a little tweak in my code. The CSS Code: form{ position:absolute; top:270px; …
Rails Coder.
  • 125
  • 1
  • 10
0
votes
1 answer

Fix a container vertically in a horizontal layout done by Polymer

I'm having a layout with a kind of a filesystem tree on the left with expanding folders and files and a detail view on the right. The layout is done with Polymer and it is horizontally flexible and has a core-splitter inbetween the two…
dacrow28
  • 3
  • 1
0
votes
3 answers

Create fixed header in wordpress

I have a woocommerce shop setup using the retailer theme. I am trying to create a fixed header and make it so only the product area scrolls. I have everything fixed so far except for the header. I have attached a .gif for an example of the…
crazythedon
  • 15
  • 1
  • 8
0
votes
1 answer

Create MySQL Select Query for 2 Table with 1 Foreign Key in 2 Column in one Table

I have 2 table: Table club: id_club | club_name 1 | PERSIB 2 | PSMS 3 | PSGC PK(id_club) Table match: id_match | matchday | home | away 1 | 2013-10-10 | 1 | 2 2 | 2013-10-15 | 2 | 1 3 | 2014-11-15 | …
sjarifHD
  • 3
  • 3