0
votes
1answer
12 views
How to align the jquery maphilight to center?
Hi guys,
yes i know how silly and dumb this question is, but i have been looking around and i can't find how to align the image so that i can position it in the middle for the exce …
1
vote
2answers
83 views
Vertical aligning an absolute positioned div inside a containing div
I'm using the jQuery Cycle plugin to rotate images in a slideshow type fashion. That works fine. The problem I'm having is getting these images (of different sizes) to center in th …
0
votes
2answers
25 views
svg: center of path
Hi
I'm trying to draw a label on a polygon of an svg file. The problem I'm facing is to find out roughly the center of this polygon to place the label, as the path's coordinates a …
2
votes
2answers
50 views
Center a xul dialog to screen
In a dialog, I resize some images and then force the window to sizeToContent. Then, I want the dialog to center itself to the screen. How can I do this?
0
votes
2answers
106 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
3answers
104 views
Is it Possible to Center Content in a UIScrollView Like Apple’s Photos App?
I have been struggling with this problem for some time and there seems to be no clear answer. Please let me know if anyone has figured this out.
I want to display a photo in a UIS …
0
votes
3answers
39 views
Centering a Page issue
Ok, lets see if i can explain this. My page content has a width of 960px. It is centered in another div that has a width of 1426px (#siteWrap).
#siteWrap{
margin:0px auto;
width:1 …
0
votes
5answers
124 views
HTML: Making a link lead to the anchor centered in the middle of the page
I have a link to an anchor on my html page. When the link is clicked it causes the page to scroll to the anchor so that the anchor is at the very top of the visible part of the pag …
0
votes
1answer
55 views
How can I get the current zoom level in a UIScrollView?
In an attempt to create a workaround for centering an image in a UIScrollView and make it behave as Apple's Photos app does, I need to get the current zoom level and use the number …
0
votes
2answers
87 views
CSS: Equal height divs without margin hack
Can you make two divs have equal height without
1) margin hacks because then I can't have a border :
margin-bottom : -500px;
padding-bottom : 500px;
2) Javascript because the …
6
votes
11answers
387 views
What is the fastest way to find the center of an irregularly shaped polygon?
I need to find a point that is a visual center of an irregularly shaped polygon. By visual center, I mean a point that appears to be in the center of a large area of the polygon vi …
1
vote
2answers
106 views
center image in a div too small for it?
So I have a div in my body that's a percentage width, and inside that a div with inline style as follows:
text-align: center; margin-left: -15px; margin-right: -15px; overflow:hid …
2
votes
2answers
517 views
Centering floating divs within another div
I've searched other questions and, while this problem seems similar to a couple of others, nothing I've seen so far seems to address the issue that I'm having.
I have a div which …
0
votes
3answers
46 views
html - div on the centr
Hello, how can i set div position at the center of the page with size, for example, 80%/80%.
UPD: margin: 0 auto; works, but only for horizontal alignment. And i also need vertica …
0
votes
3answers
363 views
How do I center (vertically and horizontally) buttons in a div tag?
I am trying to determine how to center (vertically and horizontally) buttons in a div tag.
Given the following CSS:
div.listBoxMoverUserControl
{
width: 350px;
height: 17 …
