Tagged Questions
Positioning often refers to the process of placing viewable elements.
38
votes
5answers
11k views
Click through a DIV to underlying elements
I have a div that has a transparent background, and a border - sort of like an actual window, window-frame, and transparent walls. Under this, I have more elements.
Currently, I'm able to click the ...
35
votes
6answers
5k views
Can you take a “screenshot” of the page using Canvas?
I have a page where we're positioning a bunch of elements using CSS, and changing their "top and left" positions using JS.
I've had reports that these things have been misaligned, but a user has ...
29
votes
14answers
81k views
CSS positioning div above another div when not in that order in the HTML
Given a template where the HTML cannot be modified because of other requirements, how is it possible to display a div above another div when they are not in that order in the HTML and both divs ...
27
votes
10answers
19k views
how can I make a div stick to the top of the screen once it's been scrolled to?
I would like to create a div, that is situated beneath a block of content but that once the page has been scrolled enough to contact its top boundary, becomes fixed in place and scrolls with the page. ...
19
votes
5answers
45k views
What is the simplest jQuery way to have a 'position:fixed' (always at top) div?
I'm relatively new to jQuery, but so far what I've seen I like. What I want is for a div (or any element) to be across the top of the page as if "position: fixed" worked in every browser.
I do not ...
19
votes
5answers
18k views
Position An HTML Element Relative to its Container Using CSS
I'm trying to create a horizontal 100% stacked-bar graph using HTML and CSS. I'd like to create the bars using DIVs with background colors and percentage widths depending on the values I want to ...
18
votes
6answers
10k views
How to center a WPF app on screen?
I want to center my WPF app on startup on the primary screen. I know I have to set myWindow.Left and myWindow.Top, but where do I get the values?
I found System.Windows.Forms.Screen.PrimaryScreen, ...
16
votes
1answer
396 views
How to best position Swing GUI's
In another thread I stated that I liked to center my GUI's by doing something like this:
JFrame frame = new JFrame("Foo");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
...
12
votes
9answers
3k views
CSS centering tricks [closed]
My favorite equation for centering an xhtml element using only CSS is as follows:
display:block;
position:absolute;
width: _insert width here_;
left:50%;
margin-left: _insert width divided by two ...
11
votes
1answer
922 views
jQuery Masonry from bottom up
Does anyone know how to make jQuery masonry stack from the bottom up? I wrote some rudimentary JS to stack things from bottom up but it couldn't do masonryish stuff like stacking the next brick on the ...
10
votes
4answers
844 views
jQuery positioning differences between Chrome(webkit) and Firefox
While working on a jQuery UI range slider, I was mainly debugging in chrome. I needed to make the range have a limit so I would grab the left position of one of the handles like so:
$el.css('left');
...
10
votes
2answers
4k views
Creating C macro with ## and __LINE__ (token concatenation with positioning macro)
I want to create a C macro that creates a function with a name based
on the line number.
I thought I could do something like (the real function would have statements within the braces):
#define ...
9
votes
2answers
6k views
Qt: how to set main window's initial position?
I think the normally window manager determines the initial position of the QMainWindow position on the desk top. I want to set the initial position myself. How is this done with Qt on Windows?
9
votes
3answers
5k views
Determining position of the browser window in JavaScript?
For various silly reasons, I'd like to be able to detect the rectangle of the browser window on screen. Title bar and all.
Is this possible, or is JavaScript limited to the view port of its page?
...
8
votes
2answers
745 views
Fluid width with equally spaced DIVs
I have a fluid width container DIV.
Within this I have 4 DIVs all 300px x 250px...
<div id="container">
<div class="box1"> </div>
<div class="box2"> </div>
...
8
votes
4answers
19k views
CSS: fixed to bottom and centered
I need my footer to be fixed to the bottom of the page and to center it. The contents of the footer may change at all time so I can't just center it via margin-left: xxpx; margin-right: xxpx;
The ...
8
votes
3answers
19k views
Get Absolute Position of element within the window in wpf
I would like to get the absolute position of an element in relation to the window/root element when it is double clicked. The element's relative position within it's parent is all I can seem to get ...
7
votes
2answers
82 views
Reverse image archive : stacking images from bottom to top with CSS / Javascript?
Wondering if anyone has a solution for this.
I would like to present an archive of thumbnail images oldest at the bottom and newest at the top. I would also like the flow itself to be reversed... ...
7
votes
3answers
3k views
Setting the start position for OpenFileDialog/SaveFileDialog
For any custom dialog (form) in a WinForm application I can set its size and position before I display it with:
form.StartPosition = FormStartPosition.Manual;
form.DesktopBounds = MyWindowPosition;
...
6
votes
2answers
80 views
How can I include the width of “overflow: auto;” scrollbars in a dynamically sized absolute div?
(First question on Stack Overflow. Hope I'm doing it right.)
I'm trying to create a floating menu that inherits its width from its content (since I don't know the width in advance, i.e. loaded from a ...
6
votes
5answers
2k views
Stopping fixed position scrolling at a certain point?
I have an element that is position:fixed and so scrolls with the page how i want it to however. when the user scrolls up I want the element to stop scrolling at a certain point, say when it is 250px ...
6
votes
6answers
415 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
4answers
10k views
jQuery Set Mouse Position (not cursor position)
I have a link that, when clicked, I would like it to move the position of the mouse to the right (or anywhere within the viewport, for that matter).
in code it would probably look similar to the ...
6
votes
5answers
3k views
java file input with rewind()/reset() capability
I need to write a function that takes in some kind of input stream thing (e.g. an InputStream or a FileChannel) in order to read a large file in two passes: once to precompute some capacities, and ...
6
votes
3answers
2k views
How can I control the location of a dialog when using ShowDialog to display it?
This is a very trivial problem but I can't seem to find a way of solving it. It's annoying me because I feel I should know the answer to this, but I'm either searching for the wrong terms or looking ...
6
votes
4answers
1k views
Retrieving DOM textnode position
Is it possible to retrieve the geometric position (i.e. top/left offsets from either the parent element, the page, etc) of a text node?
6
votes
5answers
10k views
How to center an image horizontally and align it to the bottom of the container?
How can I center an image horizontally and aligned to the bottom of the container at the same time?
I have been able to center the image horizontally by its self. I have also been able to align the ...
6
votes
7answers
5k views
How can I position an element at the bottom of its container in Firefox?
I have a table cell, and I want a div within it to always be at the bottom left corner. The following works fine in IE and Safari, but Firefox is positioning the div absolutely on the page, not ...
6
votes
5answers
3k views
CSS - Placement of a div in the lower left-hand corner
I wish I were a CSS smarty ....
How can you place a div container in the lower left-hand corner of the web page; taking into account the users scroll-position?
Thanks in advance for any assistance.
...
5
votes
4answers
122 views
How do I push a header alongside part of a container?
I've got some HTML:
<div id="thing">
<div id="contentheader">
<h3>Header</h3>
</div>
<div id="contentcontainer">
<div id="image">
<img ...
5
votes
5answers
98 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
130 views
“Whatever is Left” in a CSS layout
I have 4 elements inside a container element. The container element will have its height set to 100% of the browser window. The 4 inner elements will appear vertically stacked on each other (as ...
5
votes
3answers
1k views
Two divs floating right one above another
I'm trying to put two divs on the right side of parent div one above another. Something like this:
div#top
|-------------------------------------||------------|
|div#parent ...
5
votes
3answers
17k views
Get current scroll position and pass it as a variable with a link?
I'll be honest, I'm way out of my depth here. I've created a pagination system where you click on a link it reloads the page and a certain number of list items are shown in an unordered list. When you ...
4
votes
1answer
37 views
Getting wpf gridid
If in my wpf application there are multiple grids and a dragable user control.Can anyone suggest code that could return different grid id every time the control is dragged over different grids.
4
votes
2answers
211 views
DIV with “position:absolute;bottom:0” doesn't stick to the bottom of the container in Firefox
I have this HTML source:
<!DOCTYPE html>
<html>
<head>
<title>Stylish Web Page</title>
<style type="text/css">
body { padding: 0; ...
4
votes
5answers
153 views
How to Keep CSS Background Image on top of all divs(breadcrumb arrows)?
I have built a small breadcrumbs example cloning some functionality from Google's design. I have been looking to get the arrows to display on top of each-other so there isn't any white space. I have ...
4
votes
2answers
133 views
Hide a div if it overlaps another div
I have my main content in the center of the page about 900px wide. on a large screen there is enough space between the right margin of my content and the right side of the browser window that I can ...
4
votes
3answers
309 views
Center li number of a ol list
I have a ol list. This list is fill with li that contains text that can be on multiple line. What I want to do is to center the number that mark the position in the list.
Ex:
<ol>
...
4
votes
2answers
382 views
Creating WPF popup
I want to create a modal popup. So far I have made a window which I create when I need it. But I don't think that is the right way to do this. The problem is, everytime I call it, it opens about 20px ...
4
votes
3answers
214 views
I'm trying to center divs inside of another div
Here is the sample I'm working with. I would like to not use any javascript if possible, and if absolutely required with no other solutions possible I would use jQuery.
The 3 inner divs I'm trying to ...
4
votes
1answer
2k views
Set Android Dialog location
I would like my Android Dialogs and/or Alerts to be aligned at the very top of the screen sometimes and not simply in the center. Is this possible? How about giving exact x-y coordinates, is that ...
4
votes
2answers
159 views
Is there a good framework/sdk on wifi positioning with c#?
I'm just searching a framework for wifi positioning in c#. actually i found nearly everything that i need for a robot project in form of a framework. even primitive object recoginition!!! now i wonder ...
4
votes
2answers
2k views
css/jquery sizing and absolute positioning problem in IE and Chrome when view->zoom != 100%
I have a strange problem with absolute positioning and sizing elements to fit around a div.
I have some div that's set in position and size on an existing page (it's given to me). I want to adorn it ...
4
votes
4answers
253 views
Floating div element
I'd like to create a div element that is "floating", not in the sense of the float property, but rather literally "float":
4
votes
7answers
1k views
How to display a message window in the right bottom corner of the active display using Delphi
These days you see a lot of software displaying message windows in the right bottom corner of the active screen for a few seconds or until a close button is clicked (f.i. Norton does this after it has ...
4
votes
1answer
1k views
Positioning adorner relative to parent's dimensions in WPF
I am trying to position an Adorner depending on the dimensions of the parent of the adorned element. For example, I have a textbox. I want to adorn this textbox so it looks something like this:
A ...
4
votes
5answers
8k views
getting jQuery UI's datepicker to always open in a certain direction?
I'm using jQuery UI's datepicker control in a position: fixed toolbar at the bottom of my page. Occasionally, on random computers, the datepicker appears below the toolbar, which means it's off the ...
4
votes
1answer
1k views
div positioning based on view port
I would like to position a div relative the the view port of a browser window. Currently I have some popups with some jquery that are dynamically getting positioned based on the window size, however ...
4
votes
3answers
408 views
Wpf - centering on primary desktop
I know WPF has a "CenterScreen" value for centering a window on the desktop.
However, on dual monitor, that is not very pleasant.
How do I center on primary monitor? Do i need to go through the song ...