A CSS term meaning placement relative to a fixed reference point, independent of parent/child containment or flow layout.

learn more… | top users | synonyms

1
vote
1answer
27 views

Absolute Positioned Div is hiding my other divs below

Have a look at, http://thomaspalumbo.com I have this CSS for my website's container: .graybox { padding: 0 30px 30px 30px; background: #ededed; position:absolute; left:0; right:0; } Then I have a ...
0
votes
1answer
14 views

Responsive 2 Column Absolute Positioning

I have a one page layout with 2 sections (main-containers.) Each main-container has 100% height and width. I would like my image class "pic" in section two with absolute positioning to sit on the ...
0
votes
2answers
29 views

why div with :after gives horizontal scroll to parent element

I have this situation http://jsfiddle.net/m_aleksandrova/9THdb/ div.with-after has an :after pseudo element (that flows to the right). Its parent (div.container) requires a vertical scroll. <div ...
0
votes
1answer
28 views

Make a parent div take height of child absolute positioned div

I want a parent div to take up the height of a static div + absolutely positioned div. How can this be accomplished?
0
votes
2answers
27 views

FireFox: TH as offset parent for absolute positioned box?

I have run into a problem with position:relative on th elements in FireFox. In Chrome and IE the th element is a valid offset parent for absolute positioned elements. <div class="relative"> ...
0
votes
1answer
16 views

how to set dynamic height for a relative positioned div which contains multiple absolute div

I have to set auto height for relative positioned div which contains multiple absolute position div's inside it. Without mentioning height to the outer div positioned relative the content inside the ...
1
vote
1answer
46 views

Set the position of an object as an inline style to itself?

I am trying to build a responsive design of 8 divs. I need those divs to have an inline CSS style of absolute positioning with left and top positions. In order to keep it responsive I cant position ...
0
votes
1answer
18 views

Absolutely positioned column not visible

Trying to get a column to freeze on my table. The answer by skube for this question is the closest to what I need. However, I need to go one div deeper. This causes the absolutely positioned column to ...
0
votes
1answer
46 views

jQuery animate() doesn't work in Firefox or Internet Explorer

I'm working on having three boxes that animate and display text when clicked. When one is clicked, the others move down to allow for space to display the text. When the middle is clicked, the other ...
0
votes
0answers
26 views

z-index issue in position absolute item [closed]

Hie all, I've been working for a website. I'm dealing with z-index of 2 position absolute items but the second one is still behind of the first position:absolute item's z-index. You can look it at ...
0
votes
1answer
23 views

jQuery position() returns zero values if element positioning is set to absolute

I have some divs with class "area", floated next to each other. I have the following jQuery code: $(".area").each(function(){ var pos = $(this).position(); $(this).css({"left":pos.left, ...
0
votes
2answers
34 views

float text over an image, right-aligned

I have several nested divs and I'm trying to float some text over the bottom right corner of an image, then have more text to the right of the image. The floated text is showing up to the right of the ...
0
votes
2answers
30 views

How to place text over different images with different positions?

I know how to place text over 1 image by giving the image position:relative; and the text position:absolute; and then position the text where I want. My problem is that I have a list of images on ...
1
vote
1answer
22 views

CSS Positioning - Two Column Div Layout with Two fixed top DIVs

I am attempting to put together a webpage layout with the following elements: 1. A two column setup with menu on the left and main content on the right. 2. A "function bar" fixed to the top of the ...
0
votes
1answer
91 views

Position:absolute misaligns div in Internet Explorer

Position: absolute used for a div misaligns the div in Internet Explorer. But works well in Mozilla Firefox and Chrome. Can anyone suggest workaround? Code http://jsbin.com/uxerus/15/edit
0
votes
2answers
19 views

CSS: margin-right and absolute positioning

I have a single div in a page. Now, when I specify its position as absolute and give its margin-left == 20px: I understand that. The div element should shift right by 20 px so that thee exists a ...
0
votes
1answer
23 views

When absolute position element's containing block is inline element

I see the w3c writing In the case that the ancestor is an inline element, the containing block is the bounding box around the padding boxes of the first and the last inline boxes generated ...
0
votes
1answer
21 views

Floated element's absolute positioned content broke layout and crashes animation

I am creating image gallery and I want to add to each element expanding menu on click. I want to recreate iTunes 11 album view effect. I put my images as a grid using html unordered list ...
1
vote
2answers
63 views

Jquery Slide effect on absolut positioned Div

I am having some trouble using the slide effect (slideToggle, in this case) on some position:absolute Divs. Before I've done the position work - I needed it for the border arrow - it worked ...
0
votes
1answer
36 views

DIV won't show up over a DIV that's underneath it

I can't figure out how to get a DIV to show up over a DIV that's underneath it. In other words, my webpage has a head, with a DIV that floats left and a DIV that floats right. Underneath that is a ...
1
vote
4answers
88 views

CSS - position element over another inside a scrolling area

I have the following html structure <div id="scrolling-container"> <div id="cover"></div> <div id="contents"> A variable amount of iframes </div> ...
2
votes
1answer
70 views

CSS absolute position clipping image

I have an absolute positioned image inside a relative container. I would like to use negative margin but it is clipping my image. Here is my HTML code: <div id="container" class="clearfix"> ...
0
votes
2answers
43 views

jQuery css fixed left but absolute top

I've been having the hardest time getting an element to be pinned to the left side of the page but also be able to scroll up and down. I have already tried the method where you just change the left ...
0
votes
1answer
38 views

Trying to use vertical-align middle on absolute positioned elelement

I am having issues with my next and previous arrows on my slider. The slider is built to shrink and expand with the window. Everything looks great in all browsers except for safari. The buttons are at ...
0
votes
1answer
67 views

CSS Hover effect within Modal popup issue

i have created a web page with a modal popup control. Within this control i dynamically build a html to display data. Within some of the tables tags i have the following: <td> <a ...
0
votes
0answers
43 views

C# SVG=> How to get start point of Bezier curve with absolute coordinates

I'm have been working on a prototype where I need to read SVG files and convert Cubic and Quadratic Bezier curves into a LineTo command in D attribute of Path element by calculating the points on ...
1
vote
2answers
21 views

How to reserve a DIV width with “left:100%” CSS rule

If placing an absolute position with left:100%, the DIV will not reserve the normal width depending on its content. Instead, the width will be minimized by breaking the text over spaces. Here is a ...
-1
votes
1answer
62 views

Jquery toggle/hide other elements [closed]

So I'm working on a school project, we're supposed to make a website for a band we like, and I'm working on the albums page. I'm a newbie at Javascript and Jquery, but was hoping to find some help. ...
0
votes
1answer
31 views

make absolute parent adjust height to children

I'm dynamically $.append()ing <div>s to a position:absolute parent. I show the absolute parent on a hover of another <div> with $.animate({dimension: 'show'). The absolute parent doesn't ...
0
votes
3answers
27 views

JQuery using percents or px depending on getting left or bottom position

When I try to have the left of an element with position absolute with jQuery, I get the result in px $("#element").css("left") ---> 100px When I try to do exactly the same with the bottom, I get a ...
-1
votes
0answers
18 views

How to disable resizing of jscrollpane container jspPane for absolute positioned scrollbar?

I just tried my first experiments with jscrollpane and want to have the scrollbar as an absolute positioned container - that work's with CSS. But where is the option, to disable the auto-Resize of the ...
1
vote
4answers
26 views

Center content in a absolute positioned div

I have an absolute element with content. It can be only 1 h1, or few <p> tag. So I don't know the height. How can I do that? <div id="absolute"> <div class="centerd"> ...
1
vote
5answers
53 views

How to center an absolute positioned item vertically?

I would like to align an absolute positioned div. Top:50%, bottom:50% not working, what's the solution for this? CSS #container { position:relative; background:red; width:600px; ...
0
votes
0answers
44 views

CSS display auto leaves blank space at top

I have a div with style="position:relative;height:300px;overflow:auto;width:100%;" it works perfectly in chrome and firefox. If I try in Internet explorer, there is some blank space above the div in ...
0
votes
1answer
34 views

Locking boxes in place CSS

I have a website I'm building, and have a bit of positioning problem. I have two main text boxes on the content section, one to the top left and one to the bottom right. However, when the browser ...
3
votes
3answers
61 views

Is this a valid way of horizontally centering absolute-positioned elements?

I want a reusable method to horizontally centre absolute-positioned fixed-width elements within their containers, and I want reusable code (e.g., no negative pixel margins). I've stumbled across a ...
1
vote
2answers
39 views

Trying to make img's sit absolutely positioned at the bottom of their parent div

From my understanding you can use absolute positioning inside of it's parent to place it exactly where ever you want. Like explained here: ...
0
votes
1answer
42 views

<div> formatting breaks when css Left is out of view?

Running this JS Fiddle shows my <div> formatted correctly: http://jsfiddle.net/MRpj2/1/ It is a container that will act as an absolute positioned label. The problem is when you change the left ...
1
vote
1answer
32 views

How to prevent hidden element to be shown when focused in Chrome?

I have a strange problem today, in Chrome, when I focus on an element that is absolutely positioned out of its overflow hidden container, it gets visible in Chrome browser (Mac). I've made a fiddle ...
0
votes
0answers
26 views

Newest iPhone Chrome Browser - position absolute issue

I have a problem with my mobile webpage on the newest chrome.browser on iphone. With previos versions i had no problems. My problem is, that my footer { position: absolute; bottom: 0; } disapeared ...
0
votes
0answers
48 views

Android: UI issue with absolute positioning when softkeypad is displayed

I am developing a phonegap application on android. I am trying to display one modal box with several input boxes. I toggle modal's display property using javascript to show/hide it. I am using ...
0
votes
1answer
105 views

Bootstrap span collapsing when child is given absolute position

I'm using a bootstrap row, and giving it more span children that it should have, because I found that helps get a nice grid working, while preserving responsiveness. Each element has a child, and an ...
0
votes
1answer
29 views

absolute div width 90% - xpx

I have 2 absolute divs. left: 10%; position: absolute; width: x px; z-index: 1; margin-left: -540px; and left: 10%; z-index: 0; width: <some big number>px; position: absolute; margin-left: ...
0
votes
0answers
96 views

Position input field inside absolute div not working

I have a form that is short and sweet, but not lining up properly. Div's are aligned as should and are position : absolute. However, the form input fields are using the top and left properties of the ...
0
votes
2answers
44 views

Change css positioning using javascript

This code works perfectly as i expected but the problem is when i refresh the page the t_con stays in absolute which should be fixed and when i resize the window less than 980px it is in absolute like ...
10
votes
4answers
194 views

CSS positioning to fill container: width vs. left/right?

Considering: For elements that are absolutely positioned inside a relatively positioned container. If you want the element to fill the width of the container. The element is also bottom-aligned. ...
0
votes
3answers
56 views

center element within another, while parent specifies position: absolute?

I'm working with this JS Fiddle: http://jsfiddle.net/BY3tz/1/ Notice when you remove the position, left, and top properties from the dotParent CSS class, the black dot is centered within the box. ...
0
votes
1answer
49 views

Find all parent elements with absolute position

I'm writing some javascript code to move all absolutely positioned elements down 60 pixels (below a 60 pixel heigh div I'm displaying at the top of other pages on my proxy). Here's the code I have ...
0
votes
1answer
67 views

Issues with Absolute Positioning of Div in Mobile Browser

I am having a lot of issues absolutely positioning a div called id="verticalGenesis" on the following website: http://genesispetaluma.com/index.html in a mobile browser, including both Safari and ...
0
votes
0answers
33 views

Positioning absolute element to stay in the document flow but some way to push elements below

Please find my script here in jsfiddle showing the problem Ignore the look & feel, as I had to remove lot of other parts of the page to put it on jsfiddle. Facts are 1. Bottom Callout should ...

1 2 3 4 5 19