Tagged Questions
The relative-positioning tag has no wiki summary.
7
votes
3answers
69 views
Changing HTML depending on where I click with javascript/JQuery
In an html page you might have some code with two paragraphs like this:
<hr />
<p>The first paragraph</p>
<p>The second paragraph</p>
<hr />
and very simply, ...
6
votes
5answers
294 views
What is position:relative useful for?
I was thinking about CSS positioning modes today and realized that I never use position:relative for anything other than making position:absolute work on child elements.
I'm more of a "developer" ...
5
votes
4answers
167 views
Alignment with relative and absolute positioning
How could I center the blue box inside the red one ?
I see that the left side of the blue box is exactly in the middle of the red box, but I would like to center the whole blue box, not its left side. ...
3
votes
1answer
162 views
Relative positioning of geom_text in ggplot2?
I am using geom_text to annotate plots in gglot2 and I want use relative positioning rather than absolute. That is, I want a position of (0.5, 0.5) to be dead center regardless of the x and y axis ...
3
votes
4answers
285 views
Remove space for css position:relative
I have a link and an iframe side-by-side. I want the link to appear over the iframe. This occurs inside of a td element. this pattern is iterated over a few rows. When I use relative css positioning, ...
3
votes
2answers
255 views
css absolute position inside relative position not overlapping
Hi I've been having problems trying to get my website to be crossbrowser..
in IE6 I have a container with relative positioning, and inside there is a absolute div, which has negative top and left, but ...
3
votes
2answers
383 views
Strange extra DIV height in Google Chrome
I have two DIVs:
first one is narrow and is floated left and displays a kind of vertical tab structure.
second one displays content per selected item in the left DIV
You can see a simplified ...
3
votes
1answer
231 views
Relative positioned child whithin a relative positioned parent disappears in IE7
For few days i'm looking for a good solution for my problem, but with no success.
Here is my code:
<ul style="list-style: none; position: relative;">
<li style="float: ...
2
votes
1answer
79 views
compact offset pointer , existing implementations?
Is there template in stl,boost or other LGPL open-source toolkit which behaves exactly like this:-
- a relative pointer with custom alignment,option to store fewer bits to reduce range.
a possible ...
2
votes
2answers
64 views
CSS relative positioning with negative value and height
I'm trying to negative position a DIV element (in the example is #content), but my problem is the div's container (#wrapper2), gets too much height (actually is the height the #content is giving, but ...
2
votes
3answers
246 views
Make a position:absolute div scroll normally within another scrollable div
I have a fixed height scrollable <div id="overlay"> positioned over all the page elements using position:fixed. In the div I have elements higher than the fixed height, so the scrollbar appears. ...
2
votes
2answers
82 views
jQuery.each: reordering array
I've been fiddling around with arrays and array ordering recently and stumbled across something peculiar.
Take this situation:
arr = {};
arr[1] = "one";
arr[2] = "two";
arr[105] = "three";
arr[4] = ...
2
votes
2answers
58 views
Positioning blocks relative to an image
I have the following situation:
I have a container of a fixed size.
Inside the container I display an image (of unknown size) that is bigger than the container. I want to display the image as big as ...
2
votes
1answer
186 views
Relatively position an element without it taking up space in document flow
How can I relatively position an element, and have it not take up space in the document flow?
2
votes
2answers
588 views
Problems with jQuery animate and z-index/Relative Positioning
I'm trying to get a div to encompass the other divs on mouseover using position: relative. Unfortunately it only works for the last div. If you mouseover the others, they only cover the divs that are ...
2
votes
3answers
640 views
Negative margins vs relative positioning
I've come across many layout techniques involving negative margins, such as this classic for sidebar positioning. It seems like these techniques could just as easily be applied with relative ...
2
votes
3answers
203 views
position: relative causes anchors to be unclickable
I was fiddling around with a web site I am developing, attempting to fix some odd IE7 bugs, since this is an internal project and IE7 is the standard browser. I ended up adding "position: relative" to ...
2
votes
4answers
802 views
Difference between style = “position:absolute” and style = “position:relative”
Can any one tell me the Difference between style = "position:absolute" and style = "position:relative" and how they differ in case i add it to divs/span/input elements?
i am using absolute right now ...
2
votes
1answer
393 views
This panel keeps getting position: absolute applied. How can I stop it?
I'm using an AbsolutePanel to do some drag-and-drop kind of stuff. I add child Widgets to the AbsolutePanel, and then use absolutePanel.setWidgetPosition to set their position.
But I keep getting ...
2
votes
1answer
2k views
Absolute element inheriting relative parent div's width
I am trying to position a gradient over an inline / inline-block anchor link, and have that gradient inherit the width of that parent anchor. The problem is that the span either inherits the entire ...
1
vote
1answer
39 views
postioning: absolute and relative problems
I am trying to set a heading within a WP plugin form with a class of .wpcf7-form. Within the CSS I have the position to relative on the form and the heading to absolute but for some reason the heading ...
1
vote
3answers
76 views
html + CSS: Make position relative some other element?
I'm building a tree using lists in lists the ordinary way.
Now, what I would like to do is to have an extra label
that is absolute (horizontally) to the start of the outermost tree.
The effect I'm ...
1
vote
1answer
51 views
Z-Index using element positioned relatively to overlap image
site: forus-group.com
I am trying to position the right navigation to overlap the sliding header images. No matter how high of a z-index I give it, it will not overlap the images, who's parent ...
1
vote
2answers
53 views
Want to position the background image in the middle
Hello on my login page I have a background image. Currently the image is centered but not centered the way I want it. I want it so the image is always centered in the middle of the screen. Curently, ...
1
vote
1answer
116 views
Why does Firefox interpret top offset differently from Chrome, Safari and IE?
Take the following example:
This is a textarea, with a background image (the grey bar) and a relative positioned div after the textarea with a top offset to move the text in place.
The Markup:
...
1
vote
2answers
78 views
Can I assume the absolute GPS positioning error doesn't change much within a certain timeframe?
Cheers,
There's an idea for a small tool going round in my head. It would, amongst other stuff, require measuring the distance the users device has moved. This is going to be an iPhone App, however ...
1
vote
1answer
98 views
Position a relative <span> after an absolute <a>
I am trying to position a span element with relative positioning (and displayed as inline-block) after a a element with absolute positioning (and displayed as inline-block too). These two elements are ...
1
vote
1answer
23 views
Page elements not hovering correctly, no consistency across browsers
I have an area on a web page where there is a date entry. Next to it is a button that if clicked, should pop up a little calendar to the right of the entry allowing users to click on the desired ...
1
vote
0answers
302 views
jQuery UI dialog positioning woes — “append” statement question
Hey Guys -- I'm using a jQuery UI dialog box on my site but it's using absolute positioning and I need relative. My solution is to wrap the dynamically created DIV in a relatively positioned element.
...
1
vote
3answers
286 views
Difference between static and relative positioning
In CSS, what is the difference between static (default) positioning and relative positioning?
1
vote
2answers
201 views
How to use div to emulate border for <select>?
I'm attempting to provide a border for a select tag and have been pulling my hair out for the last 2 hours.
I had it done before using position via absolute and relative, but my hard drive crashed ...
1
vote
2answers
308 views
Break an absolutely positioned element out of its relatively postioned ancestor?
Suppose I have a document like
<style type="text/css">
div {
border:1px solid;
padding:15px;
}
#i_am_relatively_positioned{
background-color:#fcc;
margin:50px;
padding:50px;
...
1
vote
2answers
3k views
how to set height of relative layout dynamically in android
This is working fine on emulator but not on the devices because I have hard coded the height to 365. Can anyone help me in this regard?
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout ...
1
vote
3answers
362 views
Can you reset a CSS element to refer to absolute zero within a relative element
This is a rather random problem. I'm using CSS3Pie to handle CSS3 compatibility in IE, but I've run into a snag. With PIE in a lot of cases you need to use position:relative for it to work properly ...
1
vote
1answer
133 views
relative positioning and font sizing in flex
I need to position an object in the bottom half of a container (working on flex 4)- abt 25% above the bottom...and cant use x,y coordinates given need for resizing. I have been able to position the ...
1
vote
1answer
628 views
css Relative And Absolute Positioning Problem
i am looking for a way for overlapping a table on another , but with a condition.
when u change the browser's size or u change the screen resolution so every positioning should be fine.
i test ...
1
vote
1answer
175 views
how do I prevent other elements from being affected by overflow hidden?
I have a parent element that has dynamic text in it that needs to be confined into a certain area. I had users that where writing sentences without using spaces ...
1
vote
1answer
330 views
CSS positioning breaks in Safari
i have a website in which i am trying to position (using CSS) a certain on the page. the is absolutely positioned and is located inside a relatively positioned paernt .
on firefox and even IE it ...
1
vote
2answers
473 views
Jquery: Display element relative to another
I am trying to display a drop down list using jquery everytime a user clicks on a particular formfield...
At the moment the HTML is as stands
// Form field to enter the time an event starts
...
1
vote
2answers
781 views
Show an element relative to another with jQuery
I am working on an interface that requires that the user can click on a button, and then I will show a floating div positioned relative to the button (you can kind of think of it as the area that ...
1
vote
2answers
617 views
CSS: positioning absolute divs in a relative div container (IE bug)
i have the following markup (i have stripped out the content by the way)
<div id="playArea" style="position: relative">
<div class="widget" id="widget2" style="position: ...
1
vote
2answers
732 views
inline-block messes up with relative positioning
I have the following code:
<HTML>
<head>
<style>div{border:dashed 1px silver}</style>
</head>
<BODY style="background: #fff;">
<div style="position: ...
1
vote
2answers
4k views
Getting rid of scroll bar for position: absolute inside of position:relative inside of overflow:auto
Hey guys, my first question here on stack overflow. Trying to get something pretty simple to work, I'm sure I'm missing something quite obvious. Still getting used to the "standard" css, too many ...
0
votes
2answers
36 views
Issue on chrome with label:hover and relative positioning
For part of a site I'm working on, I am constructing a price list... Since it is to be interactive, I am using checkbox type inputs and labels to make this; you check which services you want and the ...
0
votes
2answers
39 views
JQuery relative positioning of one element to another
<div class="bgdiv"></div>
<div class="fgdiv"></div>
<a href="#" class="mainlink">LINKA</A>
The bgdiv has no styles at all so these and ZIndex need to be ...
0
votes
1answer
28 views
Is there a way for a particular div to ignore it's parent div's positioning?
I have a div whose position is thrown off by its containing div's relative positioning. While removing the parent's relative positioning fixes the issue, we would rather not implement this as a ...
0
votes
2answers
40 views
CSS, HTML layout: relative div inside absolute div flows outside its container
(Apologies in advance if this is answered elsewhere. I looked around and couldn't find anything that seemed to apply.)
I have a layout with absolute and relative positioning for divs to sit in their ...
0
votes
4answers
43 views
Relative positioning to the image with always on top
Hi Guys i have applied Relative positioning to the image as the above screen cap . but what i required is to take this image to front of that gray menu bar . what should i apply for menu's CSS class ...
0
votes
3answers
53 views
How does relative and absolute positioning work with embedded divs?
I need to position divs within divs, and I am getting crazy. I've read many docs on the net, but I am still not clear about behavior of relative and absolute positioning when divs are embedded.
...
0
votes
1answer
38 views
html HR line getting cut by css absolute+relative positioning
Here is my HTML code-
<html>
<head>
<link type="text/css" href="/static/theme.css" rel="Stylesheet" />
</head>
<body>
<div id="footer">
<hr>Copyright ...