Tagged Questions

4
votes
10answers
261 views

Why is the <center> tag deprecated in HTML?

I am just curious as to why the <center> tag in HTML was deprecated. The <center> was a simple way of quickly center-aligning blocks of text and images by encapsulating the container in a …
0
votes
3answers
52 views

Centering float left div’s in the body

hello guys! i have this piece of code <body> <? while.. (blah blah blah){ ?> <div class="product"> something </div> <? } ?> …
0
votes
1answer
42 views

Centering Content in Flex 4

Hi, I'm building a custom component that extends SkinnableContainer. I can center the content either vertically or horizontally inside it, but not both-- and that is what I need. I'm setting the …
0
votes
1answer
20 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 excellent jquery …
1
vote
2answers
104 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 the containing div. …
0
votes
2answers
39 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 are in svg format and …
2
votes
2answers
61 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
131 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
115 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 UIScrollView that is …
0
votes
3answers
41 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:1426px; background: …
0
votes
0answers
12 views

Center wrapped text around float

Hi, I have a site with a parent element that contains a right-floated image and a content div that wraps along and below it. I'm trying to center certain elements in the content div, but am having …
0
votes
5answers
142 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 page. How can I make …
0
votes
1answer
64 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 to calculate the …
6
votes
11answers
400 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 visually. The …
1
vote
2answers
111 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:hidden As you can …

1 2 3 4 next
15 30 50 per page