Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
2answers
12k views

set the absolute position of a view in Android

Is it possible to set the absolute position of a view in android? (I know that there is an AbsoluteLayout, but it's deprecated...) Lets say I have a screen 240x320px, and I want to put an ImageView ...
10
votes
11answers
3k views

Absolutely positioned div on right causing scrollbar when the left doesn't

I'm trying to "flank" a centered div with some design elements that are absolutely positioned outside the main div's width. I'm getting a scroll bar due to the element on the right, but not the ...
7
votes
1answer
225 views

getting mouse location without a listener

In some situations I need to place a JFrame right where the mouse cursor is located. Do I really need a mouse listener to track mouse move events, or I can just read current mouse position somehow?
6
votes
5answers
110 views

div aside with position absolute and sticky footer

I'm in trouble with the following html layout. I know that there are other questions about absolute positioning and sticky footer, I tried a lot of solutions but I didn't make this work, so I tried ...
6
votes
3answers
229 views

Using all four positioning parameters with position:absolute - is this acceptable?

I provided this idea for providing overlay CSS, as an answer to another question. I hadn't thought of using this type of syntax in the past but I can't think of any problems that might be associated ...
6
votes
6answers
418 views

Center div horizontally

On this page, I would like to horizontally center the main #container div relative to the page. Normally I would achieve this by adding a CSS rule, #container { margin: 0 auto } However, the layout ...
6
votes
2answers
377 views

Why does absolute positionining within <button> works differently from <div>

I expect following code to put my span to the top-left corner of the button, but it doesn't. Why is that? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
6
votes
5answers
606 views

Google Maps Info Box - Can it exist outside the map container?

I've got a Google map, standard fare really. It's quite small though and the popup info windows on the markers are quite big, so my question is, is it possible for these popup windows to spill out ...
6
votes
11answers
817 views

Absolutely positioning everything on a website?

I had a discussion with someone about absolute positioning. He claims that the best practice to secure that everything looks all the same across most browsers and that it's the easiest way to maintain ...
5
votes
4answers
110 views

How to place sticky footer div's next to each other when bottom:0 is set dynamically

I am trying to place divs next to each other of which the divs act like a sticky-footer using position:absolute and bottom:0 HTML: (note that I could have many of these with different id but the same ...
5
votes
5answers
100 views

How can I use CSS to make a div float over my text whilst remaining in the right spot?

This looks a lot easier than I am probably making it sound. I have a content div, 600px wide. It is constantly, for the sake of this argument, in the middle of my page. It is set in the middle ...
5
votes
2answers
126 views

jQuery UI dialog with absolutely positioned child partially hides overflowing child

I have a standard jQuery UI dialog. Inside that dialog, I have a custom jQuery UI button that allows me to select an event type for a calendar event. I'm using the jQuery UI position utility to ...
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. ...
4
votes
3answers
50 views

How do I append margin or padding around an absolutely positioned element after it's loaded?

So basically I have a layout like this: <div id="header"> <div id="elementAbsolute"> <div id="headerElement1"> <div id="headerElement2"> </div> <div ...
4
votes
4answers
101 views

suitable LayoutManager for resizable components

sometime ago I read this article that shows a way to implement mouse resizable components in Swing. The author uses a null LayoutManager in order to allow absolute component positioning. I know that ...
4
votes
3answers
490 views

absolute positioned anchor tag (with no text) not clickable in IE

I have two anchors positioned absolute on top of an image, the links are clickable in other browsers (Chrome, FF, Safari) but not in IE (tested in 8 & 9 so far) The strange thing is if I give the ...
4
votes
1answer
328 views

Prevent absolutely-positioned elements from overlapping with text

I have a unique situation here. Essentially, I have an absolutely positioned block of text, which must be absolutely positioned due to design limitations. I also have the rest of my text, which is ...
4
votes
2answers
3k views

Position absolute and overflow hidden

We have two DIVs, one embedded in the other. If the outer DIV is not positioned absolute then the inner DIV, which is positioned absolute, does not obey the overflow hidden of the outer DIV (example). ...
4
votes
4answers
526 views

css absolute positioning hidden scrollbars … with a twist

I'm working on a website that targets 1024 X 768 as the minimum resolution. So, we're at about 970px wide. Design came back with an interesting layout that has a centered site with a banner that ...
4
votes
4answers
642 views

IFRAME and conflicting absolute positions

I would like to have an IFRAME dynamically sized using the following CSS: #myiframe { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } However, no browser seems to ...
4
votes
2answers
3k views

Absolute positioning in gmail emails

I have a client who wants to send gift certificates to people who sign up on their site. They want it all designed out, so I can't just send a text email. I'm trying to position text over the image so ...
4
votes
5answers
17k views

How to fix Absolute Positioning In IE8?

In every browser I've used, except ie8, an absolutely positioned element can be positioned according to the closest parent with relative positioning. The below code shows two divs inside a table. The ...
4
votes
4answers
2k views

Having Trouble with Absolute Positioning / Z-Index with Lists and Tables in IE 6 and 7

I'm creating a prototype of a CSS/XHTML tables-based calendar that eventually will be generated with PHP for the Simple Updates content management system. I've run into a problem with using absolute ...
3
votes
2answers
58 views

Display an absolutely positioned item ABOVE its container which happens to have overflow: hidden; set

I have a carousel with a set of thumbnails inside. When those thumbnails are clicked, a larger preview should fade in (center aligned above w/e thumbnail was clicked). My problem is that the ...
3
votes
4answers
727 views

CSS - Fixed Position but Relative to Container

I am trying to fix a DIV so that it is always parked at the top of the screen using: position:fixed; top:0px; right:0px; However, the DIV is inside a container that is centered. When I use ...
3
votes
2answers
256 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
164 views

IE6 position:absolute in relative container resizing

I have this bug in IE6. I've showed it here http://fiddle.jshell.net/bfXGC/2. When you increase height of container, then position of absolute block updates to the bottom of container. When you ...
3
votes
5answers
406 views

Is there any way to have opacity apply to absolutely positioned child elements in ie8

In most browsers, when an html element is only partially opaque, its children "inherit" this opacity. (It isn't quite inheritance--more correctly, the entire image is assembled, including the parent ...
3
votes
2answers
238 views

How to do a `float: left` with no wrapping?

I have a container box1 that has a certain width (which might change depending on its content). That box contains box2 which has a fixed width (it could be an icon). Next to box2, I have box3 with ...
3
votes
2answers
282 views

How can I center using percentages?

As an experiment, I've been trying to center a DIV in a BODY tag using percentages in CSS. I think I had it figured out at one point, but thanks to the magic of TopStyle not having a history once you ...
3
votes
2answers
283 views

IE6 and 7 Absolute Positioning Bug

After testing a small site that I built for my school in Firefox, SeaMonkey, Chrome, Opera, Safari, Camino and IE8 I found that my site's absolutely positioned divs were all pretty consistant. ...
3
votes
2answers
629 views

How do I determine if a window is off-screen?

In Windows XP and above, given a window handle (HWND), how can I tell if the window position and size leaves the window irretrievably off screen? For example, if the title bar is available to the ...
3
votes
1answer
491 views

Opera bug overflow:hidden & position:absolute viewport-size

I ran into a bug in Opera (v10.63 on Windows7) – not for the first time, but I don't see any workaround this time... I have a container-div with overflow:hidden. Inside this div a second div ...
3
votes
2answers
2k views

IE 8 absolute positioned element outside its parent clipping problem

I have an absolute positioned div inside another absolute positioned div. The child div content is much bigger than the parent can contain. This is by design. I need the child div to spill out of its ...
3
votes
2answers
894 views

How to use AbsolutePanel in a UiBinder XML file

I would like to do absolute layout using said panel by only using ui.xml file however it isn't clear if this is possible since the documentation concentrates on the code and ignores the layout ...
3
votes
2answers
905 views

CSS - Absolute positioning or float?

I've got a basic layout where the body div is set to a specific width. And with margins left and right are set to auto. Resulting in the div being centered. Now, when it now comes to positioning all ...
3
votes
4answers
232 views

Javascript to modify all absolutely positioned elements

Effectively what I need to do in JS is move all absolutely positioned elements down by x pixels. Do I need to loop through every element and try to figure out if it's positioned absolutely? Or is ...
3
votes
7answers
2k views

need help CSS centering with absolute positioning

I've never been totally satisfied with my various solutions to centering content in a web page. the <center> tag has been deprecated back in the middle of the 18th century, but I fail to see a ...
2
votes
1answer
50 views

Firefox ignores absolute positioning in table cells

I am trying to absolutely position an element inside a table cell. The TD has position:relative and the element has position:absolute. This works great in all browsers except in Firefox where it is ...
2
votes
3answers
63 views

CSS absolute positioning nightmare—browser differences

I have some code that will allow me to have a couple of divs pop up with HTML in them. I got it pixel perfect in Firefox and then realised that all the other browsers (not tested in IE) are off. ...
2
votes
2answers
62 views

css issue: absolute positioned span would not extend out of containing div

as you can see in the following image, i have a simple form that validates the fields in real time and generates a span that says whether that field is valid or not. problem is, for some reason that ...
2
votes
1answer
68 views

Unable to set absolute position for my div's using jQuery

@Purmou Hi, Please consider the following html5 file. The div's are still positioning at 0,0 and the borders are also not appearing. I have tried various changes to the enclosed but it does not seem ...
2
votes
3answers
34 views

CSS width issue on absolute right positioned element

I have a drop down navigation that works perfectly when positioned via a left CSS property. http://jsfiddle.net/durilai/nmME4/1/ You can see that the dropdown adjusts to the width of the content, ...
2
votes
4answers
135 views

Issue in print on FF with absolute positioning

I am facing some issue in printing a form created using absolute positioning in FF. I am printing on A4 sheet. The page comes fine if its single paged form, but when i have to print multi page form ...
2
votes
2answers
82 views

Absolutely positioning background in responsive layout

I am designing a responsive layout and have positioned a grungy png overlay on top of background using the following CSS: #bg{ background:url(images/top1.png) no-repeat; position:absolute; ...
2
votes
3answers
55 views

How to get all elements to the right of another element

I have several absolute positioned elements. Is it possible to get all elements with a position that's to the right of the current element? If yes, how to do this?
2
votes
2answers
58 views

Absolute positioned element width issue

I've following DOM structure <div> <span>/* comment action */</span> //float:left <span>/* like action */</span> //float:left <span>/* ...
2
votes
1answer
73 views

HTML+CSS : how to move not close divs to create a right column?

I have a problem that I thought was pretty simple but that is taking me a lot of time to solve it. If there is a simple solution (and I don't know CSS enough), please point me there and I'll close ...
2
votes
4answers
84 views

IE7 Absolute Position starts at top of line as opposed to other browsers

I created a fiddle that exemplifies the problem: http://jsfiddle.net/vZtBb/ This is working exactly as I want it, but the problem is that in IE7 the absolutely positioned span ...
2
votes
2answers
91 views

Basic CSS (Positioning vs Float) what I can't figure out

Fellas, I'm looking for a solution. I have a CSS styled page. The page is generated with Rails. The layout contains a div id="wrapper for the fix site width and the margin: 0 auto thing. Details of ...

1 2 3 4 5 9