2
votes
1answer
48 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 " …
1
vote
1answer
32 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 …
0
votes
1answer
22 views
WPF Grid ellipse overlay position
Sor far I have:
<Grid x:Name="MainLibraryGrid">
<TabControl Name="TabControl1" TabStripPlacement="Bottom">
<TabItem Header="300s">
<Gr …
0
votes
4answers
38 views
Absolute positioning in Flex?
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?
0
votes
1answer
30 views
How can I make my fixed position work in IE6?
I've have tried this:
body {height: 100%;overflow: auto; body #cornerImage {position: absolute;bottom: 0;}
and this:
{ margin:0; padding:0; }
html, body {
height: 100%;
…
0
votes
1answer
79 views
Need help with CSS based absolute positioned UL alignment (dropdown effect)
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 av …
0
votes
1answer
14 views
RichTextBox Text Positioning
Hello,
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?
0
votes
2answers
39 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 …
1
vote
2answers
152 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 bra …
3
votes
3answers
145 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 m …
0
votes
2answers
108 views
flex 3 component using x y as center, not topleft
Hi,
How can I extend components like buttons to use x and y value as the center of the component, not the top left?
Thanks,
Jean
0
votes
2answers
162 views
Flex: Difference between defining sprite’s x, y coordinates, and painting object in some location
I have a task:
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 …
0
votes
1answer
23 views
Can’t get the table / news articles aligned properly
Hi there, For the life of me I can not figure out why my table will not display properly.
365-hosting.net/hosting2.html ( until source is corrected )
365-hosting.net/style.css ( C …
1
vote
3answers
158 views
How to use CSS float without hiding parts of a DIV
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 …
0
votes
2answers
87 views
Dynamically changing the start up location of a WPF window
This is a follow up question to an answered question [here][1].
There the startup position of a WPF window was defined in XAML. Now I'm wondering how to change those properties i …
