active questions tagged positioning - Stack Overflowmost recent 30 from stackoverflow.com2009-12-04T17:39:45Zhttp://stackoverflow.com/feeds/tag/positioninghttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1526500/getting-jquery-uis-datepicker-to-always-open-in-a-certain-direction3getting jQuery UI's datepicker to always open in a certain direction?ceejayoz2009-10-06T15:53:11Z2009-12-01T01:09:17Z
<p>I'm using jQuery UI's datepicker control in a <code>position: fixed</code> toolbar at the bottom of my page. Occasionally, on random computers, the datepicker appears below the toolbar, which means it's off the page and impossible to view or interact with.</p>
<p>Is there a way to force the positioning of the datepicker control to always be above and to the right of its <code><input></code>?</p>
http://stackoverflow.com/questions/1688636/div-tag-for-popup-menu0div tag for popup menufftoolbar2009-11-06T16:19:15Z2009-11-30T02:00:03Z
<p>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 want to do is that i want the div to appear wherever the mouse was clicked on the webpage. By the way i am developing a firefox extension.
I need some help on this.</p>
http://stackoverflow.com/questions/1799976/aligning-text-within-a-div-tag-doesnt-come-out-on-ie6-or-ie70Aligning text within a div tag doesn't come out on IE6 or IE7unknown (google)2009-11-25T21:11:57Z2009-11-26T13:37:52Z
<p>I'm having a couple of problems with this site. Actually it's my lack of CSS skills that is the major issue. </p>
<p>In any case, if you go to this page: <a href="http://winteradagency.com/Arvin/lifestyle/lifestyle.htm" rel="nofollow">http://winteradagency.com/Arvin/lifestyle/lifestyle.htm</a>,
you'll see that in the center area <code><div id="centerInc"></code>, I want some text (aligned to the right and bottom) to be on top of the image . So I've used a <code><p class="centerAlign3"></code> and another one <code><p class="centerAlign2"></code>. It all comes out fine in Firefox and the others but not on IE6 or IE7. </p>
<p>Also the background image that is set to take up the entire browser window looks good in Firefox and the others but stops short on the right in IE6 and IE7.</p>
<p>I think I'm getting confused about the absolute vs float positioning among other things.</p>
<p>Any help would be greatly appreciated, I'm smelling rubber as these wheels are spinning.</p>
http://stackoverflow.com/questions/1799662/object-positioning-algorithm3Object Positioning AlgorithmChris2009-11-25T20:13:19Z2009-11-25T20:31:40Z
<p>I'm wondering if there is an "optimal" solution for this problem:</p>
<p>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) new objects in this space without any overlapping.</p>
<p>The algorithm I came up with:</p>
<ol>
<li>Create array A[][] with the size <code>[(n)/(size_of_object_from_q)]x[(n)/(size_of_object_from_q)]</code></li>
<li><p>Iterate all Elements from p and for each:</p>
<p><code>mark all fields in A[][] as occupied, where the element "lies"</code></p></li>
<li><p>Place all elements from q in the according places where the fields in A[][] are not marked</p></li>
</ol>
<p>(Boy, I hope I could make that understandable...)</p>
<p>Is there any better way to do this? Any help would really be appreciated!</p>
http://stackoverflow.com/questions/1781025/is-possible-to-exactly-find-position-of-keypress-event-in-browsers-except-ie0Is possible to exactly find position of KeyPress event in browsers except IE?Soul_Master2009-11-23T03:58:29Z2009-11-23T05:50:52Z
<p>From <a href="http://stackoverflow.com/questions/1778393/is-possible-to-capture-keydown-event-when-current-document-is-in-design-mode">my recent question</a>, 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 return any position in this event.</p>
<p><strong>For clarify, my position is a distance from top or left of screen. In this case, it should be distance between new character and IFrame screen.</strong> In IE, I can find it in event object like x, y, offsetX, offsetY.</p>
<p>Is possible to find position from last character that was typed? Or you have any other idea for finding it.</p>
<p><strong>Thanks,</strong></p>
http://stackoverflow.com/questions/1779312/html-iframe-positioning0HTML: iframe positioningDeacon2009-11-22T17:16:35Z2009-11-22T18:10:02Z
<p>Hi,
How can I "divide" a page up into a series of iframes and position them in this sort of fashion: <a href="http://img81.imageshack.us/img81/4605/layoutew.jpg" rel="nofollow">http://img81.imageshack.us/img81/4605/layoutew.jpg</a> where each "box" is a scrollable iframe, in my case containing a scrollable list of "Genres" in the first top-left pane, then "Composers" in the middle pane, etc. (NB: it's only really the iframe positioning that I'm having trouble with, I'm fine with coding the lists etc. I only made a point of them to add some context to my question).</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1762357/absolute-bottom-positioning-in-relative-div2Absolute bottom positioning in relative divCallprat2009-11-19T10:36:15Z2009-11-19T11:47:12Z
<p>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 therefore I can't set the height of "text". (Height in "text" would solve it)</p>
<p>Right now it looks like this:</p>
<p><img src="http://img695.imageshack.us/img695/7167/wrong.gif" alt="alt text"></p>
<p>and I want it to look like this:</p>
<p><img src="http://img695.imageshack.us/img695/9263/right.gif" alt="alt text"></p>
<p>My code:</p>
<pre><code><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
</head>
<body style="margin: 0px 0px 0px 0px;">
<div id="headers" style="background-color: Olive; width: 300px; height: 50px;"></div>
<div id="text" style="background-color: Navy; position: relative; width: 300px;">
<div id="leftPart" style="background-color: Gray; width: 200px; float: left;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</div>
<div id="rightPart" style="background-color: Red; float: right;">
<div id="rightTopPart" style="background-color: Lime; position: absolute; right: 0px; top: 0px;">top</div>
<div id="rightBottomPart" style="background-color: Yellow; position: absolute; right: 0px; bottom: 0px;">bottom</div>
</div>
</div>
</body>
</html>
</code></pre>
<p>It looks right in IE7, but not in the rest of the browsers I've tested. If I remove the DOCTYPE-tag it also looks good in IE8, but still not in Google Chrome.</p>
<p>What am I missing?</p>
<p>Thanks
Carl</p>
http://stackoverflow.com/questions/1760109/css-relative-positioning-overflow-squashed-div-problem-divs-height-expand-with1CSS Relative positioning overflow (squashed div problem) divs height expand with content?judi2009-11-19T00:26:38Z2009-11-19T01:24:53Z
<p>Hi </p>
<p>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, but I can't use this as I want it to change with the content.</p>
<p>I've noticed in expression web my sitegrinder div looks too squashed up the top instead of the full length of the content. Could this be due to positioning? Could overflow fix this somehow? </p>
<p>I have included the css and html below</p>
<pre><code> <div id="sitegrinder">
<div id="bgrepeat">
<div id="id68logo"></div>
<div id="bglight"></div>
<div id="topbanner"></div>
<div id="id53light"></div>
#sitegrinder {
left: auto;
top:auto;
width: 960px;
position: relative;
margin:auto; }
</code></pre>
<p>I've also noticed that when I include overflow:hidden within the css all my content appears squashed at the top within this div.</p>
<p>Thanks for all your help</p>
<p>Regards
Judi</p>
http://stackoverflow.com/questions/1216114/how-can-i-make-a-div-stick-to-the-top-of-the-screen-once-its-been-scrolled-to1how can I make a div stick to the top of the screen once it's been scrolled to?Evan Thompson2009-08-01T07:54:31Z2009-11-19T01:12:33Z
<p>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. I know I've seen at least one example of this online but I cannot remember it for the life of me.</p>
<p>Any thoughts?</p>
http://stackoverflow.com/questions/1295133/jquery-validator-help-with-custom-positioning-error-messages0[jQuery Validator] help with custom positioning error messagesIvan2009-08-18T16:47:55Z2009-11-18T17:00:04Z
<p>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 something else, i.e. a word, an icon, etc... that is "inline" with the corresponding):</p>
<pre><code><ol>
<li><input type="text" id="width" size="3"></input> px</li>
<li><input type="text" id="height" size="3"></input> px</li>
<li><input type="text" id="thumb" size="3"></input> px</li>
</ol>
</code></pre>
<p>Well, the Validator "forces" the error messages to appear just after the , so I get something like:</p>
<blockquote>
<p>[input] "insert a number here" px</p>
<p>[input] "insert a number here" px</p>
<p>[input] "insert a number here" px</p>
</blockquote>
<p>In other words, the error messages "split" the natural flow of the line</p>
<p>The best would be to put the error message on a line after the +following element, so:</p>
<blockquote>
<p>[input] px</p>
<p>"insert a number here"</p>
<p>[input] px</p>
<p>"insert a number here" </p>
<p>[input] px</p>
<p>"insert a number here"</p>
</blockquote>
<p>But there's no way to reach this</p>
<p>Wrapping the and the following element in a has no effect, since the error message alway go after the and not after the wrapper div</p>
<p>The error container demo (<a href="http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html" rel="nofollow">http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html</a>) does not match my needs since it wraps ALL errors in a single div - but the idea of showing the error NOT close to the is nice</p>
<p>Please, can you help? Is there a solution for this?
Thanks</p>
http://stackoverflow.com/questions/1748236/wpf-grid-ellipse-overlay-position0WPF Grid ellipse overlay positionBecky Franklin2009-11-17T11:31:54Z2009-11-17T16:09:01Z
<p>Sor far I have:</p>
<pre><code><Grid x:Name="MainLibraryGrid">
<TabControl Name="TabControl1" TabStripPlacement="Bottom">
<TabItem Header="300s">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<!-- The Library-items -->
<ListView x:Name="libraryItemsCol1"
Grid.Column="0"
HorizontalAlignment="Center"
Margin="10"
VerticalAlignment="Center"
ItemContainerStyle="{StaticResource LibraryItemButton}" />
<ListView x:Name="libraryItemsCol2"
Grid.Column="1"
HorizontalAlignment="Center"
Margin="10"
VerticalAlignment="Center"
ItemContainerStyle="{StaticResource LibraryItemButton}" />
<ListView x:Name="libraryItemsCol3"
Grid.Column="2"
HorizontalAlignment="Center"
Margin="10"
VerticalAlignment="Center"
ItemContainerStyle="{StaticResource LibraryItemButton}" />
</Grid>
</TabItem>
</TabControl>
</Grid>
</code></pre>
<p>I'm trying to place an ellipse in the absolutly in the position of any of the ListViewItems clicked, but can't work out the best way to do this. The idea is to have an ellipse appear and then animate it moving to the bottom right corner of the screen, over the top of the rest of the content. Should I use a canvas overlay or something? I'm not really sure where to start!</p>
<p>Thanks very much,
Becky</p>
http://stackoverflow.com/questions/257250/what-is-the-simplest-jquery-way-to-have-a-positionfixed-always-at-top-div7What is the simplest jQuery way to have a 'position:fixed' (always at top) div?Timothy Khouri2008-11-02T19:34:30Z2009-11-13T09:11:42Z
<p>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.</p>
<p>I do not want something complicated. I do not want giant CSS hacks. I would prefer if just using jQuery (version 1.2.6) is good enough, but if I need jQuery-UI-core, then that's fine too.</p>
<p>I've tried $("#topBar").scrollFollow(); <-- but that goes slow... I want something to appear really fixed.</p>
http://stackoverflow.com/questions/1696502/absolute-positioning-in-flex0Absolute positioning in Flex?cookiecaper2009-11-08T13:25:39Z2009-11-10T18:59:14Z
<p>I need to programmatically add a set of controls with some amount of pixels between them. I can't seem to find how to do this in the Flex docs. How can I do it?</p>
http://stackoverflow.com/questions/1703476/how-can-i-make-my-fixed-position-work-in-ie60How can I make my fixed position work in IE6?Ralph The Mouf2009-11-09T20:16:47Z2009-11-09T20:34:46Z
<p>I've have tried this: </p>
<p>body {height: 100%;overflow: auto; body #cornerImage {position: absolute;bottom: 0;}</p>
<p>and this: </p>
<pre><code>{ margin:0; padding:0; }
html, body {
height: 100%;
overflow:auto;
}
body #fixedElement {
position:fixed !important;
position: absolute; /*ie6 and above*/
bottom: 0;
}
</code></pre>
<p>Neither of these have worked. It seems like the position I am wanting is working, but the problem is there a giant margin pushing my content down. Am I on the right track with this? Or is this not the fix I should be trying?</p>
http://stackoverflow.com/questions/1691672/richtextbox-text-positioning0RichTextBox Text PositioningNathan Campos2009-11-07T01:55:28Z2009-11-07T02:13:05Z
<p>Hello,</p>
<p>I'm building a simple application, but I need to know how to use a RichTextBox and position the text on it, like: center, right and left. But how I can do this?</p>
http://stackoverflow.com/questions/1673905/need-help-with-css-based-absolute-positioned-ul-alignment-dropdown-effect0Need help with CSS based absolute positioned UL alignment (dropdown effect)miCRoSCoPiC_eaRthLinG2009-11-04T13:59:11Z2009-11-05T08:38:47Z
<p>Hey folks,
I'm trying to a language switching system in this website. The idea is to have a SPAN which upon hover displays a dropdown box (UL based) that contains a list of available languages. Here's a snapshot of the effect I'm trying to achieve.</p>
<p><img src="http://img337.imageshack.us/img337/3474/dropboxfinal.png" alt="alt text"></p>
<p>The dropdown box is actually an unordered list that is hidden by default. Upon hovering on the span, I'm making the UL visible. Here's the HTML and the CSS.</p>
<p><strong>HTML</strong></p>
<pre><code><span id="langswitch">Language↓
<ul id="langlist">
<li class="en">
<a title="Current language: English" href="http://domain/en">
<img width="16" height="13" alt="English Language" src="flag-en.gif" />
English
</a>
</li>
<li class="th">
<a title="Switch to Thai language" href="http://domain/th">
<img width="16" height="13" alt="Thai Language" src="flag-th.gif" />
Thai
</a>
</li>
<li class="zh">
<a title="Switch to Chinese language" href="http://domain/zh">
<img width="16" height="13" alt="Chinese Language" src="flag-zh.gif" />
Chinese
</a>
<li>
</ul>
</span>
</code></pre>
<p><strong>CSS</strong></p>
<pre><code>ul#langlist {
border:1px solid #3399CC;
color:#006699;
background:#fff;
padding:0 !important;
width:100px;
list-style:none;
position:absolute;
top:62px;
right:0;
z-index:100;
display:none;
}
span#langswitch:hover ul#langlist { display:block; }
</code></pre>
<p>But instead of the dropdown appearing aligned with my span, it's appearing at the extreme right end of the browser. Here's the screenshot.</p>
<p><img src="http://img84.imageshack.us/img84/1687/dropbox.png" alt="alt text"></p>
<p>Can any of the CSS gurus here recommend a fix for this?</p>
<p>Thanks,
m^e</p>
http://stackoverflow.com/questions/1648149/cant-get-the-table-news-articles-aligned-properly0Can't get the table / news articles aligned properlyS.Mc2009-10-30T05:26:04Z2009-10-30T05:44:17Z
<p>Hi there, For the life of me I can not figure out why my table will not display properly.</p>
<p>365-hosting.net/hosting2.html ( until source is corrected )
365-hosting.net/style.css ( CSS file)</p>
<p>I am only posting it this way because the automation of this help script feels it is spam. I have never openly asked for help before so this is new to me.</p>
<p>Admin
365 Hosting</p>
http://stackoverflow.com/questions/1564430/ihtmlelement2-getboundingclientrect-does-not-work-correctly0IHTMLElement2.getBoundingClientRect() does not work correctly.dattebayo2009-10-14T05:36:09Z2009-10-24T00:16:03Z
<p>Hi all,</p>
<p>The getBoundingClientRect() does not work accurately for all cases. It fails when say a list of links that are side by side in a row and half of them are pushed to the next line because all the links cannot be fit into the same line. Now for the first link at the 2nd line the getBoundingClientRect() does not give correct results. </p>
<p>The value for IHTMLRect.bottom and IHTMLRect.right is correct, however the value for IHTMLRect.left and IHTMLRect.top corresponds to the first element in the first row.</p>
<p>How to get the exact coordinates for the first link in the second row?</p>
<p>This happens on say the google page or on the wikipedia page where there are bunch of language or location links.</p>
<p>For example, Links in the widipedia say, </p>
<pre><code>Deutsch • English • Español • Esperanto • Français • Bahasa Indonesia • Italiano •
</code></pre>
<p>would be present in two lines like below because of layout.</p>
<pre><code>Deutsch • English • Español • Esperanto •
Français • Bahasa Indonesia • Italiano •
</code></pre>
<p>For this case the IHTMLElement2.getBoundingClientRect() works perfectly for everything except for <strong>Français</strong>.</p>
<p>I am not sure why this is happening, Any help or workaround for this problem is greatly appreciated.</p>
<p>Thanks,</p>
<p>Datte,</p>
http://stackoverflow.com/questions/1597007/creating-c-macro-with-and-line-token-concatenation-with-positioning-macro2Creating C macro with ## and __LINE__ (token concatenation with positioning macro)DD2009-10-20T20:11:43Z2009-10-20T21:03:57Z
<p>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):</p>
<pre><code>#define UNIQUE static void Unique_##__LINE__(void) {}
</code></pre>
<p>Which I hoped would expand to something like:</p>
<pre><code>static void Unique_23(void) {}
</code></pre>
<p>That doesn't work. With token concatenation, the positioning macros
are treated literally, ending up expanding to:</p>
<pre><code>static void Unique___LINE__(void) {}
</code></pre>
<p>Is this possible to do?</p>
<p>(Yes, there's a real reason I want to do this no matter how useless this seems).</p>
http://stackoverflow.com/questions/104953/position-an-html-element-relative-to-its-container-using-css6Position An HTML Element Relative to its Container Using CSSCraig Walker2008-09-19T19:48:22Z2009-10-19T13:44:41Z
<p>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 graph. I also want to have a grid lines to mark an arbitrary position along the graph.</p>
<p>In my experimentation, I've already gotten the bars to stack horizontally by assigning the css property float: left. However, I'd like to avoid that, as it really seems to mess with the layout in confusing ways. Also, the grid lines don't seem to work very well when the bars are floated.</p>
<p>I think that CSS positioning should be able to handle this, but I don't yet know how to do it. I want to be able to specify the position of several elements relative to the top-left corner of their container. I run into this sort of issue regularly (even outside of this particular graph project), so I'd like a method that's:</p>
<ol>
<li>Cross-browser (ideally without too many browser hacks)</li>
<li>Runs in Quirks mode</li>
<li>As clear/clean as possible, to facilitate customizations</li>
<li>Done without Javascript if possible.</li>
</ol>
http://stackoverflow.com/questions/1585768/flex-3-component-using-x-y-as-center-not-topleft0flex 3 component using x y as center, not topleftJean Fabre2009-10-18T19:16:45Z2009-10-18T19:32:02Z
<p>Hi,</p>
<p>How can I extend components like buttons to use x and y value as the center of the component, not the top left?</p>
<p>Thanks,</p>
<p>Jean</p>
http://stackoverflow.com/questions/1567064/how-to-use-css-float-without-hiding-parts-of-a-div1How to use CSS float without hiding parts of a DIVKirk Woll2009-10-14T15:24:51Z2009-10-15T04:27:48Z
<p>When CSS float is used on a DIV, other DIVs that are not floated continue to occupy the space of the floated DIV. While I am sure this is intentional, I do not know how to achieve the effect I am looking for. Please consider this example:</p>
<pre><code><html>
<div style="width:400px">
<div style="width:150px;float:right;border:thin black solid">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.</div>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
<div style="background-color:red;border:thin black solid">Some sample text</div>
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
</div>
</html>
</code></pre>
<p>If you paste this HTML in a browser, you'll notice that "Some sample text" is red, and that the red background extends all the way through the floated DIV. While I am sure there is a way to obscure the parts of the red background I don't want, it would still leave the border cropped off and hidden underneath the DIV. Ideally, I want the background color and border to only occupy valid text space, and not creep underneath the floated DIV. Is this effect possible?</p>
<p>Please note that I am using the float property not as a replacement for columns, but as a block that will have the text flow around it. So far none of the proposed solutions takes this into account. For clarity, here are some images.</p>
<p>This is what I get:</p>
<p><img src="http://www.casalus.com/css-float-1.png" alt="alt text" /></p>
<p>This is what I want:</p>
<p><img src="http://www.casalus.com/css-float-2.png" alt="alt text" /></p>
<p>You'll notice that in both examples, the final text wraps around the floated part as the text reaches the bottom. My second example I can achieve by directly specifying the width of the div containing "Some sample text". I do not want to specify the width. It seems redundant since I want the same width as that of the text around it. But perhaps that isn't possible?</p>
http://stackoverflow.com/questions/1564897/flex-difference-between-defining-sprites-x-y-coordinates-and-painting-object0Flex: Difference between defining sprite's x, y coordinates, and painting object in some locationOleg Tarasenko2009-10-14T08:01:24Z2009-10-14T09:11:01Z
<p>I have a task:</p>
<p>I need to place about 100 sprites on one canvas (with prepared grid on it). I need to place them as invisible (circles) stones, on the board, and make visible only on mouseover.</p>
<p>The problem I come across is following, I can't place those objects accurately into the nodes on the grid.</p>
<p>E.g. </p>
<p>if I define stones (it's just a sprite, as I said earlier) this way:</p>
<pre><code>var stone:StoneSprite = new StoneSprite();
stone.x = this.x + 2*cellWidth;
stone.graphics.beginFill( 0x000000 );
stone.graphics.drawCircle(stone.x , this.y + cellWidth, cellWidth/3 );
stone.graphics.endFill();
rawChildren.addChild(stone);
</code></pre>
<p>They don't sit on the node...
See image:
<a href="http://img.skitch.com/20091014-kuhfyjeg1g5qmrbyxbcerp4aya.png" rel="nofollow">http://img.skitch.com/20091014-kuhfyjeg1g5qmrbyxbcerp4aya.png</a> </p>
<p>And if I do it this way:</p>
<pre><code>var stone:StoneSprite = new StoneSprite();
stone.graphics.beginFill( 0x000000 );
stone.graphics.drawCircle(this.x + 2*cellWidth , this.y + cellWidth, cellWidth/3 );
stone.graphics.endFill();
rawChildren.addChild(stone);
</code></pre>
<p>The stone is displayed correctly in the grid node... See image 2:
<a href="http://img.skitch.com/20091014-f595tksjxramt98s7yfye591bh.png" rel="nofollow">http://img.skitch.com/20091014-f595tksjxramt98s7yfye591bh.png</a></p>
<p>So I wonder what is the difference between these 2 approaches.</p>
<p>Also, I think I need to pass correct coordinates to the stone class... In case I would like to change some properties of the stone object. E.g. visibility, or radius. </p>
<p>1) Could you please suggest, what's wrong in defining coordinates as stone.x, stone.y
2) How to fix the problem with incorrect positioning.</p>
<p>Would really appreciate ideas about the problem, I am trying to solve for so long :( </p>
http://stackoverflow.com/questions/1545710/dynamically-changing-the-start-up-location-of-a-wpf-window0Dynamically changing the start up location of a WPF window Evan2009-10-09T19:46:21Z2009-10-09T20:13:20Z
<p>This is a follow up question to an answered question [here][1]. </p>
<p>There the startup position of a WPF window was defined in XAML. Now I'm wondering how to change those properties in code? For example could I say something like:</p>
<p>Window1.Top = 40 in the window load event handler? Or which window event would I need to set those for it dynamically alter the starting position?</p>
<p>The goal is to set the windows start position dynamically before it is rendered.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1545258/changing-the-start-up-location-of-a-wpf-window0Changing the start up location of a WPF window Evan2009-10-09T18:05:39Z2009-10-09T18:09:13Z
<p>I'd like to have a WPF window open in the top right part of the screen. </p>
<p>Right now I can achieve that by opening the window and then moving it (via movewindow in user32.dll). However, this approach means the window opens in it's default location, fully loads, and then moves to the top right.</p>
<p>How could I do I change it so that I could specify the window's initial position and size?</p>
<p>Thanks!!! </p>
http://stackoverflow.com/questions/1530169/place-a-window-behind-any-other-existing-third-party-window0Place a window behind any other existing third party windowJohn Riche2009-10-07T07:58:24Z2009-10-07T19:16:14Z
<p>In order to take a screenshot of a specific window, I need to place a white colored TForm behind that window. What Windows API could I use to change the z-order of my window and place it correctly ?</p>
http://stackoverflow.com/questions/1531538/getting-the-global-coordinate-of-a-node-in-javafx0Getting the global coordinate of a Node in JavaFXElazar Leibovich2009-10-07T13:07:44Z2009-10-07T14:27:06Z
<p>How can I get the actual position of a node <strong>in the scene</strong>. The absolute position, regardless of any containers/transforms.</p>
<p>For example, I want to translate a certain node <code>a</code> so that it would temporarily overlap another node <code>b</code>. So I wish to set his <code>translateX</code> property to <code>b.globalX-a.globalX</code>.</p>
<p>The documentation says:</p>
<blockquote>
<p>Defines the X coordinate of the
translation that is added to the
transformed coordinates of this Node
for the purpose of layout. Containers
or Groups performing layout will set
this variable relative to
layoutBounds.minX in order to position
the node at the desired layout
location.</p>
<p>For example, if child should have a
final location of finalX:</p>
</blockquote>
<pre><code> child.layoutX = finalX - child.layoutBounds.minX;
</code></pre>
<p>That is, the final coordinates of any node should be </p>
<pre><code>finalX = node.layoutX + node.layoutBounds.minX
</code></pre>
<p>However running the following code:</p>
<pre><code>var rect;
Stage {
title: "Application title"
width: 250
height:250
scene: Scene {
content: [
Stack{content:[rect = Rectangle { width:10 height:10}] layoutX:10}
]
}
}
println("finalX = {rect.layoutX+rect.layoutBounds.minX}");
</code></pre>
<p>gives me <code>finalX = 0.0</code> instead of <code>finalX = 10.0</code> as the docs seemingly state.</p>
<p>Is there a clear method to get the absolutely final positioning coordinates in JavaFX?</p>
http://stackoverflow.com/questions/1515125/iframe-doesnt-move-in-ie60iframe doesn't move in IE6!Pastor Rick2009-10-03T23:25:30Z2009-10-03T23:25:30Z
<p>I am working on a message board <a href="http://www.runboard.com/bhonorverse" rel="nofollow">link text to site</a> and I have it displaying correctly in FF, Safari, Chrome, Opera and IE8. My problem is that in IE6 the iframe containing the Google ads is fixed on the screen, it does not move when the message board area is scrolled and for the life of me I can not figure out how to fix it. Removing the iframe is not a option since that would violate the message board providers TOS... Is there any hope?</p>
http://stackoverflow.com/questions/1483942/fluid-content-div-with-optional-sidebar1Fluid content div with optional sidebar.Radek2009-09-27T16:56:42Z2009-10-02T17:47:07Z
<p>Hello, I have a question that I haven't found addressed in the various CSS layout models I've looked at, so I thought I'd post it here.</p>
<p>I'm working on a site that uses a basic fluid/fixed two-column layout. The content of the site is in the left div, and the sidebar in the right. The sidebar has a fixed width of 200 pixels or so, and the content expands to fill out the remaining width of the parent. </p>
<p>Here's what the code looks like:</p>
<pre><code><div style="width: 90%; margin: 10px auto 10px auto;"> <!-- site container -->
<div style="margin-right: 200px;">Content goes here.</div>
<div style="float: right; width: 200px;">Menus goes here.</div>
<div style="clear: both;"></div> <!-- float-clearer div -->
</div>
</code></pre>
<p>This is a pretty standard approach and works fine for the most part, but the issue is that the design of the site requires the sidebar to only appear in certain cases. All of the HTML is generated through PHP, and the "get-content()" function doesn't know whether the "get-sidebar()" one will be called or not. </p>
<p>When the sidebar is called, I'd like the content to expand out to fill the parent div while leaving enough room for the sidebar. If there is no sidebar, the content should expand out to fill the entire width of the parent. </p>
<p>Is there any way to do this with CSS -- perhaps using "auto" for the content margins -- without relying on PHP/JavaScript?</p>
http://stackoverflow.com/questions/1507651/how-to-maintain-spacing-between-two-fluid-divs1how to maintain spacing between two fluid divs?James2009-10-02T03:39:55Z2009-10-02T12:13:44Z
<p>Hi,</p>
<p>I have a parent div with two child divs (one floated left and one right) inside the parent.</p>
<p>The web page must work on both 1024px definitions and 1620px so they need to be fluid if expanded in width. All margins look fine with the exception of the vertical space between the left and right divs. I am using jquery to maintain equal height of the two divs. How can I keep the space between the divs fixed? I am using percentages for the div widths so as I expand the screen width, the space between the divs increases so is way way wider than the left and right margins.</p>
<p>The markup:</p>
<pre><code><div class="divLoginMain">
<div class="divLoginLeft">
<div class="divH4Title">
<h4 class="h4Title">Welcome to Our Website</h4>
</div>
<table cellspacing="0" class="borderNone">
<tr>
</tr>
<tr>
</tr>
</table>
</div>
<div class="divLoginRight">
<div class="divH4Title">
<h4 class="h4Title">Status - Logged In</h4>
</div>
<table cellspacing="0" class="borderNone">
<tr>
</tr>
<tr>
</tr>
</table>
</div>
</div>
</code></pre>
<p>And the CSS:</p>
<pre><code>.divLoginMain
{
margin-top:5px;
margin-left:.6%;
margin-right:.2%;
border: solid 3px #191970;
border-spacing: 0;
width:97.5%;
padding-top:7px;
padding-bottom:7px;
padding-left:7px;
padding-right:7px;
overflow:hidden;
}
.divLoginLeft
{
border: solid 3px #191970;
border-spacing: 0;
float:left;
width:61.5%;
padding-top:0px;
padding-bottom:10px;
padding-left:16px;
padding-right:16px;
text-align:left;
font-family:Arial;
color:#17238C;
}
.divLoginCenter
{
border:collapse;
float:left;
width:1px;
}
.divLoginRight
{
border: solid 3px #191970;
border-spacing: 0;
float:right;
width:31.5%;
padding-top:0px;
padding-bottom:10px;
padding-left:16px;
padding-right:16px;
text-align:left;
font-family:Arial;
color:#17238C;
}
Thank you,
James
</code></pre>