Position refers to the location of an element relative to its container, typically on the horizontal and vertical axes.
1
vote
0answers
15 views
Elements disappear on zoom-in(CTRL+) with fixed psotion [duplicate]
I have a simple menu with some <ul>s contained into it as you can see in the codes here(http://ge.tt/7Z0tI6h/v/0).
My menu's position is fixed, and I want it to be fixed, the problem that on ...
-1
votes
0answers
29 views
position:fixed for jquery tabs suppresses ctrl+c
I have jQuery Tabs with forms in tabs and I changed the style of the outer div from position:static to position:fixed. After that pressing ctrl+c on text in forms is not working - the text isn't ...
0
votes
0answers
5 views
Is it possible to know the position of thumbnail which captured while streaming?
I have used ffmpeg and ImageMagick to capture and trim the thumbnails from videos.
And suddenly plan has changed that capture from local video to capture from Streaming.
So I got some questions like ...
0
votes
1answer
14 views
xsl finding relative position to ancestor node
Have some problems to get the position of childs division relative to the section node. Here is my XML file:
<document>
<section>
<division>text of ...
0
votes
0answers
10 views
Overlapping between fixed and relative positioned divs
I am trying to solve this overlapping issue shown on the image below(open in new tab for max view). I want to have my logo/nav divs position fixed and scroll the main content div(relative) using body ...
0
votes
1answer
17 views
Calculate signature speed/velocity having timestamp and position
I'm writing a signature software (you sign through a tablet and it processes you signature).
I have for each point pressed by the pen its position (.getx() and .gety()) and its timestamp (.getTime()). ...
2
votes
1answer
32 views
how to strip off the hash fragment from URL when user scrolls away?
I have a page with many tiny boxes all reachable using the URL's #hashFragment
Now, I want to try to set up a script that strips off the hash from the URL, when user continues the navigation (for ...
1
vote
1answer
34 views
Aligning <a> to the bottom, while centering them?
I've centered my nav menu by using the text-align element. I've also aligned it to the bottom of the parent div by using the position and bottom element, but when I use the position and bottom ...
0
votes
2answers
25 views
UIView Animation does not actually set new values?
I'm having a problem with UI animations.
I have a uiview: theView.
I animate theView to move to some random position on the mainView. It moves from point A to point B and changes its scale from 1.0 ...
2
votes
2answers
34 views
Vim: delete lines based on character(s) in specific position on line
I'm working with a large text file and need to be able delete lines based on the value of the 25th character on the line, ie if it is equal to H, K or Z. Is this possible, either just by matching one ...
0
votes
1answer
25 views
jQuery change position when element reaches top of the page
I'm trying to change the CSS position of an element of my page, basically is just a sidebar widget that I want to change the position from absolute to fixed once the element reaches the top of the ...
0
votes
2answers
27 views
Latitude and longitude
Actually I have the decimal values of latitude and longitude.
In a 2d referential, are those values the x an y coordenates?
example :
in a position P
latitude = 41.15 longitude = ...
0
votes
1answer
38 views
Position absolute div displays below pdf file
I have an iframe which have a pdf document. I also have a div which I want to display over that pdf file.
HTML CODE
<iframe width="200" height="200" src="abc.pdf" style="border:1px solid ...
0
votes
1answer
41 views
How to float div to the side and have it sticky while scrolling
So I have some divs that are hidden but are shown when you click the span with the id that corresponds with the div class. I have that park working and it will show the divs but I have a long list of ...
-1
votes
4answers
37 views
Android - How to display 4 text views with Icons?
I want to display 4 texts with images exactly like showed in this screenshot:
Notice the 4 texts at the buttom of the image, with the icons next to them.
My question is how do I do it, I mean, how ...
1
vote
3answers
42 views
Android - How to position 4 text views?
UPDATE: I've opened a new thread with my updated question here:
Android - How to display 4 text views with Icons?
Thank you for your answers, I'd really appreciate it if you could help me with my ...
0
votes
2answers
27 views
Why did the float is not working for the inner div after i set relative ,absolute position for them?
<style>
div#Header{ height:100px ;background-color: #003333;position: relative;}
div#LoginBox {float : right;background-color: palegreen;position: absolute }
</style>
<div ...
-1
votes
0answers
5 views
light position estimation from real image
My interest is to study real images with variant illumination. What I am trying to do here is to find an idea or work to estimate the light source(s) of an image then to using analysis of the image ...
-1
votes
0answers
27 views
Layout (header, two columns below, then content, then footer) problems
Basically, i have problem with different browsers,
since i made it working in Chrome first, then in IE 9 and lower,
but not in Firefox and IE 10.
The most noticing problem in those two was a large ...
0
votes
0answers
49 views
Css div - text position
I have a great problem for you guys - i have problems in Dolphin and default Android browser.
So i created a mobile website with a cool navigation. When the page slide to right the content position ...
0
votes
0answers
6 views
Position div to the left when a URL like this www.site.com/index.html#anchor is entered
Can I make a div stick to the left side of my screen when opening up my page from a link?
Example:
If I go to http://www.runeneesgaard.dk/#aw_man, the "Aw, Man" header and the right side of the div ...
0
votes
4answers
50 views
How to place a div in a way the user always needs to scroll to see it?
I want to build a website with a div on top, that is always 100% in "height" (regardless of the users screen size or size of the browser window), so that every other content on the site, is "hidden" ...
0
votes
0answers
37 views
<ul>s disappear on zooming with fixed position
I have fixed menu with <ul>s, and when I zoom in the <ul>s disappear and there's no scrollbar for the menu.
So I'm searching for a scrollbar for the menu IN THE BOTTOM OF THE PAGE and NOT ...
1
vote
1answer
41 views
What is more correct “setPosition” or “style.left/right”?
I am trying to make a mootools drag on a iFrame.
Qestion:
Is it more correct to use
var div = parent.document.getElementById("price_info");
div.setPosition({ x: e.clientX-offX });
OR
var div = ...
1
vote
1answer
32 views
Change default position of product in categories from 1 to product ID in Magento 1.7.0.2
In Magento 1.7.0.2, I am adding a lot of products from the backend but the positions of these new items in their corresponding categories are 0 or 1. So when sorting on the frontend, I get arbitrary ...
0
votes
1answer
39 views
QComboBox text position
I am programming something with Qt and have a problem with the QComboBox.
When the program starts, my QComboBox hast no items, they are created on a button click event, if another button is clicked, ...
-1
votes
0answers
21 views
Fixed position div within a child div … nearly working
@Matmarbon, in an answer to a previous question of mine, came up with this jsfiddle that to start with, seemed to answer my problem exactly. I am very grateful for that. Unfortunately, I have hit a ...
0
votes
1answer
24 views
How do I get the value of the slider's position in Qt Eclipse?
I have about 5 push buttons and one slider. Every time I click the push button, the function for the particular push button gets called.
However, I also want the slider to do the same. So, instead of ...
1
vote
3answers
69 views
How to animate multiple divs to specific target location?
I have some problems making a function to set positions to some divs with jQuery animate. I made a quiz with jQuery and want the right "answered" draggable divs with an numeric id to automatically go ...
0
votes
1answer
10 views
how to lock JFrame position?
i have a problem with JFrame position in the System
i want to lock the position of the JFrame in the screen
so no-One can move it and reLocate it
tnx for your help already
-2
votes
1answer
57 views
After reading a file how to read line from a such postion (java)
This code can read many files and display them in a textarea.
For example :
...........> 12 16 17 18
...........> 15 17 ab cd
...........> ad 2g at bc
I want to read files but only after the ...
1
vote
1answer
57 views
Jquery click event to target anchor not working in Firefox
I have a navigation menu that is targeting anchors that are positioned by the data-position attribute within a page. I'm using this code snippet to make this work, and it works great in Safari and ...
0
votes
3answers
21 views
How to align a div to the right?
i want to alignt a image, that is in front of another image, to the right.
In this example the little google image is on the upper left but i want it to be on the upper right:
...
0
votes
2answers
75 views
+50
Strange mootools window dragging behaviour
I have a drag-able mootools modal window.
The content of the window is a iFrame.
I drag the window from inside the iFrame. (it drags but shakes a lot during dragging)
Live link here.
Question:
...
-1
votes
0answers
22 views
Resize multiple objects simultaneously and keep their positions proportional [closed]
The question is abstract but I'm currently trying to implement the solution it in JavaSCript.
I have a div with a couple of images positioned absolutely. I let the user select multiple images (with a ...
1
vote
2answers
43 views
css position absolute and fixed not working propoerly
There is a siderbar and we do not want it to scroll. So clearly either position:fixed or position:absolute should do the trick, but they don't!
The following happens with position:fixed:
the sidebar ...
0
votes
1answer
18 views
Android Xml Programming, poisition buttons on the availble space depending on the size
I've runned into a small problem, I want to create buttons that are positioned on a certain part of an image.
My original though was using an image as an background for my LinearLayout and place the ...
0
votes
1answer
30 views
Set Width without Shifting
When I use
position:fixed;
left:10px;
right:10px;
it shifts the box to the right instead of making it narrower.
What am I doing wrong?
4
votes
1answer
59 views
+50
Setting thumb to a particular position(not the offset) of seekbar programaticaly?
I have a customized seekbar in which am updating the progress and maximum amplitude of the sound. So the seekbar varies according to sound detection and thumb shows the maximum amblitude of sound. I ...
1
vote
5answers
64 views
extracting fasta sequences based on position
I am a newbie to perl. Still learning.
I have a file in the fasta format. I would like to extract the sequences spanning a particular position. For example, from position 200 to 300
>Contig[0001]
...
0
votes
1answer
24 views
Position jQuery Tools overlay next to trigger
I want to have multiple overlays with multiple triggers all with the same class opener with jQuery Tools and apple effect. How can I position the overlays next to their triggers? I have tried
...
0
votes
1answer
35 views
Moving an array element from [1] to [0]
You'd think it'd be the easiest thing in the world, but I can't find any solutions that don't involve complications that I don't need or use approaches that I don't understand.
I have an array of ...
0
votes
0answers
13 views
Determine element order with position of mouseclick
I have a container of elements, and I want to get the element who is clicked after.
This is my container for example:
<div id="container">
<p>Title</p>
<div>Tekst</div>
...
0
votes
1answer
31 views
Converting mouse coordinates to label coordinates in Qt
I'm in trouble with such issue:
I need to select some area with rect on my label, I'm using QRubberBand to do this, but there is one problem: I need to know coordinates of current rect on my label, ...
0
votes
4answers
38 views
Add html element left of centered content
My client want to have a 1000px width centered container with an ad banner to the left. The problem should be obvious. I struggle with centering the content and placing the ad banner at the same time. ...
0
votes
0answers
23 views
Android - Moving Dialog Box to touch point
I am an Android newbie designing an app which shows some HTML content.
When the user touches inside the HTML content, I get the touch co-ordinates (in View space).
Then, I want to move a dialog box ...
0
votes
0answers
47 views
Div loaded with Jquery shifts centered objects
I've got a banner and a menu which sit at the top of the page. The menu buttons load outside pages into the #content div. When they do, the top elements shift off center even though the top elements ...
0
votes
1answer
24 views
Checkbox not showing up python
I am making a GUI that will control a robot.
This is my code so far:
from Tkinter import * #Importing TKinter
class Application(Frame): #Making a frame
def __init__(self, master=None):
...
1
vote
1answer
47 views
After using CSS clip can I move the image to display a different section?
I have used the CSS clip property to clip my images. It displays the image from the top left corner. Can I move the image so it displays the center of the image? I have tried the following style ...
1
vote
1answer
19 views
XNA mouse position is largely offset from ACTUAL position
I have here some simple code for getting the mouse position and drawing it:
class Pointer
{
MouseState currPointerState;
Vector2 currPointerPos;
public Pointer()
{
}
...










