0
votes
2answers
35 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 …
0
votes
1answer
46 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
21 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
2answers
114 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
112 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
65 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
125 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
14 views
IHTMLElement2.getBoundingClientRect() does not work correctly.
Hi all,
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 nex …
1
vote
3answers
104 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
3answers
103 views
Place a window behind any other existing third party window
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 pl …
0
votes
2answers
56 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 …
0
votes
1answer
47 views
Changing the start up location of a WPF window
I'd like to have a WPF window open in the top right part of the screen.
Right now I can achieve that by opening the window and then moving it (via movewindow in user32.dll). Howe …
2
votes
4answers
117 views
How can I get an image to stick to the bottom of a div as the height of the div changes?
I have a div, with an image that needs to be stuck to the bottom-right corner. This is easily done with:
#div1 {
position: relative;
}
#div1 img {
position: absolute;
…
1
vote
3answers
88 views
Fluid content div with optional sidebar.
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.
I'm working on a site that uses a basic flu …
1
vote
5answers
94 views
css indentation
I like to do, as in indesign or quark... paragraph indent... for picure
how is the proper way to do that in html and css
I dont want the text to go round the image...
i like to …
