0
votes
0answers
9 views
How to update pixelPosition of a custom infoWindows on Google Maps V3 after dragging?
I'm creating a new mashup on top of Google Maps. It's simple enough that I chose to use V3 to provide longer life span.
However, there's some special needs that Google Maps infoWindow doesn't …
1
vote
2answers
61 views
Centering Windows on screen
Short and sweet: How can I tell Interface Builder to center a window on a user's screen? I've seen the positioning tool on the inspector, but eyeballing doesn't always land as squarely as I like. Is …
0
votes
0answers
11 views
YouTube video loaded into Flash MovieClip, can I get width and height?
Hello, I'm trying to load a YouTube video on a flash MovieClip using url
http://www.youtube.com/v/4nRNoXT%5FgUc that returns the video with player directly.
the video is loaded and i can manage it …
0
votes
2answers
42 views
Manipulating a <div>’s position through JavaScript
How do I set the top, left, width and height of a <div>? I already made sure it floats by inserting the following CSS code:
div.grid_tooltip {
position: absolute;
left: 0px;
top: …
1
vote
4answers
69 views
Jquery to position a div dynamically below another
I'm trying to use jquery to detect the position of a div (#olddiv), so I can use that position to place another div (#newdiv) exactly below it. The right borders of the 2 divs are aligned (right …
3
votes
4answers
210 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 …
0
votes
2answers
55 views
div tag for popup menu
Hi,
I add a div tag and append it to the body and then i add to add items to the div so that it becomes a popup menu. After appending the to body, is there a way to move the div tag. Actually what i …
0
votes
1answer
38 views
Aligning text within a div tag doesn’t come out on IE6 or IE7
I'm having a couple of problems with this site. Actually it's my lack of CSS skills that is the major issue.
In any case, if you go to this page: …
3
votes
3answers
79 views
Object Positioning Algorithm
I'm wondering if there is an "optimal" solution for this problem:
I have a n x m (pixel) sized space with p preexisting rectangled - objects in various sizes on it. Now I want to place q (same sized) …
0
votes
1answer
48 views
Is possible to exactly find position of KeyPress event in browsers except IE?
From my recent question, I use KeyPress event for detecting '@' character in rich text editor. By the way, I just found that KeyPress event in other browser like Firefox 3.5 and Google Chrome 4 do not …
0
votes
1answer
29 views
HTML: iframe positioning
Hi,
How can I "divide" a page up into a series of iframes and position them in this sort of fashion: http://img81.imageshack.us/img81/4605/layoutew.jpg where each "box" is a scrollable iframe, in my …
2
votes
1answer
70 views
Absolute bottom positioning in relative div
I want to position "rightBottomPart" to the bottom of "rightPart" and I want "rightPart to be as high as "leftPart". The problem is that I don't know the height of the content in "leftPart" and …
1
vote
1answer
62 views
CSS Relative positioning overflow (squashed div problem) divs height expand with content?
Hi
I'm trying to edit some css to include a border to the right and the left of my site. My problem is that when I make my height 100% or auto nothing happens, but when I change the height it works, …
1
vote
3answers
438 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 it's top boundry, becomes fixed in place and scrolls with the page. …
0
votes
2answers
133 views
[jQuery Validator] help with custom positioning error messages
Hello,
I'm playing with the great Bassistance jQuery Validator and am stuck at a point
The idea is simple: I have lot of this markup (I semplify, but the idea is that after each there could be …
