Position refers to the location of an element relative to its container, typically on the horizontal and vertical axes.

learn more… | top users | synonyms

0
votes
2answers
13 views

Absolute positioning without content wrapping

I'm experiencing a nasty css problem I can't seem to solve. I want to position a wrapper inside a container with the left property (in the positive direction; negative seems to work for some reason) ...
0
votes
0answers
8 views

AS3 for transfering pauseposition of MC1 to MC2

Hi i'm quite a new on flash and need some code. i have 3 MCs say MC1, MC2 and MC3. i will have 3 dedicated buttons that will pause the music of one MC and transfer the frame position to another MC and ...
0
votes
0answers
5 views

How to export a swf with a swf that I program?

So, I want to be able to export a swf within a program I create. The program (which is a swf file) allows one to take a symbol (from a list of symbols) and position it somewhere on the stage and then ...
0
votes
5answers
38 views

Changing button's position in Android

My first question was to click through layout. I solved it out. Now my question is how to set button's position at desired location? My application's minimum api level is 8 (I can't set getX() or ...
0
votes
0answers
10 views

custom position caption orbit zurb foundation

Please have a look at this test page: http://www.endsnore.com/_test1b/index.aspx As of right now, this caption: aveoTSD Tongue Stabilizing Device is left aligned and at the bottom. I would like it ...
0
votes
1answer
12 views

Cocoa: get NSWindow relative position

Is there a way to say if a certain window "covers" another one, in a Cocoa app? Is it possible to get [NSApp windows] sorted by their relative (to each other) position?
-1
votes
0answers
11 views

How do I dynamically change the color of text based on the position of the text over a fixed background image?

The answer may be simpler than I think, but I haven't tried anything yet. Here's the info: I have a background image whose colors very from dark to light making text difficult to read in certain ...
0
votes
1answer
26 views

CSS - word-spacing not working when doing absolute positioning

I have a div and some spans inside it. I have a problem that when I use absolute positioning my word-spacing property does not work properly. For more clearance here is the jsFiddle. HTML: ...
0
votes
2answers
38 views

Cross-browser solution to keep Floating css bullets positioned relative to a fluid Div?

I have a set of css bullets that come along with the Orbit javascript slider by Zurb Foundation. The bullets have a float:left that is necessary so that they line up horizontally when new slides are ...
0
votes
3answers
35 views

Divide an objects css positioning on load

I am trying to grab an objects css positioning on load of a page and then divide it by 2 on load JS Fiddle here: http://jsfiddle.net/27gMu/ Here is my function: $("#blue").delay(2000).css("top" , ...
2
votes
0answers
28 views

$(s).position({ my: “center+0 top”}) shows with offset

I am using this plugin http://api.jqueryui.com/position/ to position element. If I do $(s).position({ my: "center top", at: "center top", of: '#main_container', }); $(s) is being ...
1
vote
1answer
16 views

Getting the correct coordinates of a canvas touch event

I am facing problems getting the correct coordinate of touch event. This is my markup <div class="board"> <canvas width="595" height="595" id="bgCanvas"></canvas> <canvas ...
0
votes
0answers
4 views

Azimuth position representation

I have a specification for a input format like so: Field1 is a four character hexadecimal value from 0000 to FFFF representing azimuth position as follows: 0000 is 6:00, 4000 is 3:00, 8000 is ...
1
vote
3answers
26 views

I want to fully grasp the concept of a 'position: relative' containing div

Please bear with me... and excuse my (probably) incorrect terminology: In the following code I don't grasp why you set the containing (parent) div to 'position:relative' in order for the divs inside ...
-1
votes
2answers
23 views

Position off center jQuery positon

I'm trying to position my dialog 100 px off center. Is this possible with the jQuery positioning tools, or do I need to find the size of the window and position manually? $dialog.dialog("option", ...
0
votes
0answers
9 views

Android How to use points for positioning

I have a xml which gives me all the stuff in points eg. Lineheight=14.23423422. Suppose I want to take it as the textView height. If i do setHeight or anything it wants a integer value that too its ...
0
votes
0answers
22 views

Keep jquery dialog in center of mobile viewport when zoom in/out?

I’m trying to make the jquery dialog center of the mobile viewport specifically iphone’s safari, but when users try to zoom in the page the dialog moves at the right bottom part of the page and that ...
0
votes
1answer
31 views

How can i change position of the cursor in windows console in java

I want when the user enter your number number for example write in the position x=55 y=45
2
votes
1answer
43 views

CSS, image with height:auto, covers div beneath it upon screen resize (phone held horizontally)

I'm designing the mobile phone portion of my website. I have a, top:0%, position:fixed, banner image with, width:100%, and height:auto. As the phone is turned horizontally the banner image scales ...
0
votes
0answers
54 views

Getting wrong position of element with jQuery

i'm trying to get position of currently active menu element, place line under it and make line follow currently hovered menu item. It works ok except first positioning. Here is code: function ...
2
votes
5answers
41 views

How align 2 adjacent divs horizontally WITHOUT float?

I want to make 2 divs beside each other to be aligned on the same horizontal line WITHOUT FLOATs I've tried Position:relative ,, but no luck See the example below : http://jsfiddle.net/XVzLK ...
1
vote
1answer
41 views

absolute position of link element using jquery

I write a jquery to find absolute position of each link element like the following: $(document).ready(function(){ $("a[href]").each(function(){ var x = $(this).offset().left; var y = ...
0
votes
2answers
42 views

css image fixed horizontally absolute vertically

I currently have an image in a div that's set to fixed, and I like how its behaving, however I want it also to behave as if it's absolute when scrolling up and down. So in other words, I want fixed ...
0
votes
1answer
25 views

mousePressEvent() method is not working as expected when calling setPos() method

I have a class MenuItem which inherits from QGraphicsItem and reimplemented boundingRect(), shape(), paint(), outlineRect(): MenuItem::MenuItem(const QString& qsText, qreal qrYPos) { m_qsText ...
0
votes
0answers
5 views

Latex, place page number in specific custom position [migrated]

Latex, place page number in specific custom position. I am writing my thesis in the memoir style. My institution regulations stipulate that all page numbers must be placed in the top right corner of ...
0
votes
3answers
32 views

Positioning a div within a parent div using auto margin or %

I was under the impression that when using % or auto for margins on a div contained within another div the position would be calculated in respect to the parent div. So if I have a div with height: ...
-1
votes
1answer
28 views

Position Issue With Arrows on jQuery Slider (Slideshow)

I'm using the code from this website: http://www.basic-slider.com/ The gallery works functionally, but the arrows for moving between slides are positioned in the lower left of the gallery instead of ...
0
votes
0answers
32 views

Place Canvas inside table cell

I am trying to place a canvas inside the left table cell in the code below, but it always plots below the table. (I am an ancient C programmer, new to HTML and using Kompozer to create the table). I ...
0
votes
2answers
38 views

position div containing image slider behind all other divs

I have an image slider that I'd like to place behind a few other divs. I've played with postion:absolute and position:relative without much success- everything shifted to one side, as well as z-index ...
-2
votes
0answers
19 views

how to set animation on multiple buttons and move clicked button to a position in android [closed]

i am new in android and want to use translate animation for multiple buttons and button should move to a given location on click event.Provide some code is better. Please help me soon. this is my ...
1
vote
2answers
48 views

jquery position().left is not working correctly

my code is <HTML> <HEAD> <TITLE> New Document </TITLE> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <script type="text/javascript" ...
0
votes
1answer
13 views

Image not moving in the browser window

I have an image which I would like to position near the right margin of my HTML page, and hover over all else on the page. I would also like the image to stay near the right margin when the window is ...
3
votes
3answers
27 views

Possible to bypass then nearest positioned ancestor?

"The absolutely positioned element is positioned relative to nearest positioned ancestor." -MDN: position - CSS I understood this when there was a parent who was defined as position:relative; but ...
1
vote
4answers
28 views

Using positions with jquery for mobile browsers

I want to do something like fixed position, except for all mobile phones. Like this: Desktop: #sidebar{ position:fixed; width: 200px; height: auto; ... And mobile: #sidebar{ position:absolute; ...
1
vote
2answers
40 views

Randomly rotating html element

I was looking to make a bunch of list items randomly rotated (and absolutely placed) on the screen and found out here that that can only be achieved with javascript, instead of css3 as my first ...
-1
votes
1answer
17 views

Aspx - position of Gridview PagerSettings

i've create a Gridview in a web page, i've insert the PagerSettings and i've aligned it to the bottom. Now it's in the left part of the grid, i wanna put in the right part how i can do?
0
votes
0answers
15 views

Sound comparison and finding position in audio files?

I heard about fingerprints and trying to use that but it is working for me incorrect. My task now: create sound comparison application for finding in long mp3 file (over 90 seconds audio) fragment (a ...
0
votes
1answer
10 views

Position Fixed Broken in Chrome with Flash behind

I have a strange bug that recently started happening in Chrome (works fine in IE, FF and even Safari). This was working a few weeks ago, so I am assuming this is a bug that came about in a recent ...
2
votes
3answers
78 views

Get X,Y coordinates on keydown using JavaScript / jQuery

I am developing a rich text editor.I want to open a user-defined context menu when the user presses ctrl+space key at the position where the event is triggered. I am not getting the co-ordinates ...
-1
votes
2answers
24 views

Why is the left side of my image in the center instead of the actual center?

What I am trying to accomplish is to get the image block to the center of the banner. What's happening is the left edge of the image is what's in the center. How would I get the actual center of the ...
2
votes
1answer
25 views

Absolute Offset Percentage + Value?

Is it possible with css' absolute positioning element to do something like: .myElement{ width: 385px; position: absolute; left: 50% - 385px; } and have the element offset by a ...
0
votes
1answer
45 views

Z-index works in FF, not in Chrome

I have two divs, one with the z-index set individually by ID, the other with z-index set by its class... The div with z-index set in its class does not stack as expected in Chrome 27 (Windows 7)...it ...
0
votes
1answer
12 views

“reference to a non-shared member requires an object reference” when trying to track Kinect joint

I want to track a joint position (LeftKnee) from Kinect. The problem is that I get reference to a non-shared member requires an object reference on the Skeleton.Joints part. Can anyone help me please? ...
0
votes
0answers
17 views

Position marker in Google Maps street view

In Google Maps I can click on the map and use the following to set a marker at the location the user clicks: google.maps.event.addListener(googleMap, 'click', function (event) { ... }); Is there a ...
2
votes
3answers
53 views

horizontally aligning elements within separate divs

I have 3 elements(logo, nav, social icons), all in different divs that I need to align horizontally. I've tried various combinations of float, clear, padding, margin, etc and nothing seems to work ...
0
votes
1answer
20 views

Pygame Creating Sprites While Moving Mouse

So, I'm working on a basic Pygame and one of the mechanics is having a bullet sprite follow the mouse and explode. But I'm having just two bugs. BUG 1: Removing the bullets removes all bullets in ...
4
votes
2answers
48 views

Div position issue in Firefox

I am working on this code and this code working fine in Chrome but not in Firefox Here is code <html lang="en-US"> <body><table style="width: 100%;"> <tbody><tr> ...
0
votes
1answer
22 views

centering rollout menu beneath parent element

live site jsfiddle My social media icons have a rollout menu with two options. I'd like for the rollout menu to be centered under the parent(icon) without centering the rollout text. html <div ...
0
votes
1answer
17 views

Textarea moves parts of my page when made bigger

I'm coding a comment page on my website and it all works fine, but when you make it bigger part of my pages (notifications) move across the page. I've coded the text area to the position I wanted ...
0
votes
3answers
27 views

unable to set element left properly with jQuery

I am unable set one of the div's left position next to the table. I want "refreshing" div to appear on the right side of the table. This is how my HTML looks like: <div id="parentDiv"> ...

1 2 3 4 5 63