Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
2k views

Tikz: horizontal centering of group of nodes

I need to align each row of the graph to the center. I am trying to do it with xshift. Here the code: \begin{tikzpicture}[node distance=1.5cm, auto, text centered] \tikzstyle{every ...
7
votes
4answers
5k views

Raphael js text positioning: centering text in a circle

I am using Raphael js to draw circled numbers. The problem is that each number has a different width/height so using one set of coordinates to center the text isn't working. The text displays ...
6
votes
4answers
114 views

Centering in IE5/6/7/8, and FF

I'm trying to centre the content of a div such that the display is correct in IE 5,6,7 and 8, as well as FF. <div id="YoutubeClip"> <h3>Subscribe on YouTube!</h3><br> ...
5
votes
4answers
344 views

How to set centers of shapes/fixtures/bodies in Box2D

Hey i'm trying to integrate SFML and Box2D, and SFML has made setting centers for sprites, shapes, etc. very easy. Box2D, on the other hand, I'm having trouble with as i can't figure out how to set or ...
5
votes
1answer
3k views

margin:0 auto; not working

In this example the image is not centered. Why? My browser is Google Chrome v10 on windows 7, not IE.
5
votes
2answers
2k views

Centering Text Horizontally and Vertically in LaTeX

I would like to produce the following: a b xxxxx xxxxx 1 xxxxx xxxxx xxxxx xxxxx xxxxx xxxxx 2 xxxxx xxxxx xxxxx xxxxx Where the blocks of 'x's are ...
4
votes
2answers
195 views

Horizontal and vertical centering above a sticky footer in CSS

Given a sticky footer such as that on Ryan Fait's site with a fixed pixel height, is it possible to center, both horizontally and vertically, variable-size content in the space above this footer?
4
votes
3answers
285 views

Centering Pascal's Triangle Output in C++

I have successfully written a code to output Pascal's Triangle in a somewhat triangular shape using cout.width(total_rows - current_row), but it looks like this: 1 1 1 ...
4
votes
2answers
1k views

center <IMG/> inside a <DIV> with CSS

I want to center image inside a div. The div has fixed width 300px. The image width is known only at runtime. It usually is bigger then 300px, so image should be centered and cut right and left. ...
4
votes
5answers
3k views

Horizontally centering/evenly distributed <li> inside of <ul> inside a <div>

Have a Navbar <div>, inside is a <ul> and each <li> contains a <a> with a link (this is for a navigation bar) I looked on google and this site and i couldnt find exactly what ...
4
votes
2answers
336 views

“Zooming” elements on a page while keeping the centre of enlargement in the centre of the window

I'm trying to work out how to enlarge all elements on a page, but keep the centre of enlargement in the centre of the window. Example Page (up and down arrows to resize the image, you can also drag ...
4
votes
4answers
6k views

How to horizonatally center a floating element of a variable width?

How to horizonatally center a floating element of a variable width? Edit: I already have this working using a containing div for the floating element and specifying a width for the container (then ...
3
votes
3answers
549 views

How to center images on a web page for all screen sizes

I'm having a problem with my HTML. I've searched all over the internet, but still no real answer. I have a website with some images, and I want them to be in the middle. Now, on my screen they're in ...
3
votes
4answers
552 views

Scrollbar shifts content

I have: I have several web pages both with this outline: <body> <div id="container"> CONTENT </div> </body> with the CSS: body{ color:#000000; background-color:#FFFFFF; ...
3
votes
3answers
233 views

Vertically center a caption to the right of an image using CSS

I'm trying to achieve this layout with CSS (without tables, I guess. Whatever). Any ideas?
3
votes
1answer
83 views

Strange centering problem in Firefox and IE8

The navigation bar on my site http://hungryathome.net doesn't center properly on Firefox and IE8 Standards mode. It centers properly in IE7 Compatability mode and in Chrome. What's odd is that ...
3
votes
2answers
114 views

Shrinking image by 57% and centering inside css structure

Hy, i'm really stuck. I'll go step by step and hope to make it short. This is the html structure: <li class="FAVwithimage"> <a href=""> <img src="pics/Joshua.png"> ...
3
votes
3answers
463 views

Centering Windows on screen

Short and sweet: How can I tell Interface Builder to center a window on a user's screen? I've seen the positioning tool on the inspector, but eyeballing doesn't always land as squarely as I like. Is ...
2
votes
3answers
33 views

Vertically and horizontally centering container and content in container

I am trying to vertically and horizontally center a container, and the content inside using CSS. The markup looks like this: <div id="container"> <img src="..someimage.jpg"> <img ...
2
votes
1answer
32 views

How can I make a centered, left-aligned, variable-width bullet list with CSS?

Is it possible somehow to center a left-aligned list? Like, I want the list itself centered, but want the bullet points to line up below each other. I know I could sort of do this if I give the list ...
2
votes
1answer
99 views

FormStartPosition.CenterParent does not work

In the following code, only the second method works for me (.NET 4.0). FormStartPosition.CenterParent does not center the child form over its parent. Why? Source: this SO question using System; ...
2
votes
2answers
70 views

Why doesn't the JDialog constructor center itself over the specified owner component?

Using this JDialog constructor, where I specify the owning JFrame instance, I find that the JDialog is not centered over it's owner component. Instead, it appears in the top-left corner. In order to ...
2
votes
2answers
59 views

CSS - Problems with getting 3 div's to be floated and centered, within the container div.. (contains code and crude diagram)

I am having problems centering 3 divs that are within a "container" so to say. It should basically look something like this (forgive my crude example): ______________________ | ___ ___ ...
2
votes
1answer
116 views

Centering horizontal submenu below parent with css

Best shown with a Fiddle: http://jsfiddle.net/Jnttm/ How can I get the sub-menu to center underneath the parent menu-item? A lot of the centering tricks I've found don't apply because the child ...
2
votes
2answers
228 views

Vertically and horizontally centering HTML5 Javascript

So I have this and want to center it vertically and horizontally: <div id="hd_hype_container" style="position:relative;overflow:hidden;width:600px;height:405px;"> <script ...
2
votes
2answers
82 views

Centering a background image in the left of two columns

I have a big image, and some text that I would like to lay out in two columns, both 50% width, with the text in the right hand column and the image in the left hand column. I'd like the left hand ...
2
votes
2answers
253 views

how to get a GWT PopupPanel centered in a users current view port on mobile safari?

calling .center() makes the panel center on the entire page.. I'd like to have it dead center of the current view port... additionally I'd like to prevent scrolling.. but maybe I'll come back to that ...
2
votes
2answers
69 views

My css navigation menu refuses to center in the browser?

I've tried all the places to put margin-right: auto and margin-left:auto The use of display: inline-block works brilliantly on the actual links, but otherwise messes with the menu if added as ...
2
votes
5answers
202 views

How do I center text on top of an image in both dimensions?

Thank you all for your prompt feedback, it has been very helpful. One issue remains: Neither line-height, nor padding seem to be able to center both text that is long enough to wrap around and text ...
2
votes
2answers
415 views

How to center fixed-position, dynamic-width divs [diagram included]?

I have a fixed-width, relatively positioned, and centered #content div (shown as the outer red box, below). At the top of this div, I need to place two fixed-position header divs, one left of center ...
2
votes
1answer
632 views

QT QPushButton with an icon and overlaid centered text

I recently took to Qt Programming and want to port my app to Qt. I'm fiddling with QPushButtons and I've managed to display an image into the button and to set some text to the button but, whatever I ...
2
votes
6answers
66 views

Why does this jQuery .css() not work?

I have this javascript to center a span in a div: var winWidth = $(window).width(); var winHeight = $(window).height(); var positionLeft = (winWidth/2) - 62; var positionTop = (winHeight/2) - 32; ...
2
votes
5answers
378 views

Java Swing: Centering components

I'm working on a Swing UI in which I want to center multiple components (JDialogs and JFrames). I know that the following code will calculate the user's screen size, and from there, I can easily ...
2
votes
4answers
1k views

WPF : How to set a Dialog position to show at the center of the application?

How to set Dialog's position that came from .ShowDialog();to show at the center of the mainWindows. This is the way I try to set position. private void Window_Loaded(object sender, RoutedEventArgs ...
2
votes
4answers
1k views

How to center links in HTML

I am really new to HTML and was wondering how you center multiple links with html? I have been trying : <a href="http//www.google.com"><p style="text-align:center">Search</a> ...
2
votes
2answers
705 views

Netbeans IDE 6.91 “center horizontally” not clickable

i am decent with java programming, but very new to GUI development. i wanted to make a console blackjack game i made years ago into one where people can play via a GUI i build using netbeans. i think ...
2
votes
4answers
1k views

WPF: Resizing a circle, keeping the center point instead of TopLeft?

I'd like to resize a circle on my canvas with the help of a slider. This circle can be moved around on the canvas by some drag&drop stuff I did in code behind, so its position is not fixed. I ...
2
votes
1answer
1k views

How to center a Window on the screen in Tkinter?

I'm trying to center a Tkinter window. I know I can programatically get the size of the window and the size of the screen and use that to set the geometry, but I'm wondering if there's a simpler way, ...
2
votes
1answer
424 views

How do i center a quote, vertically and horizontally in latex?

I have a quote on a blank page in latex. I have managed to center it horizontally, however, when i try to center it vertically it gives me some problems. I have tried \vspace{} \begin{quote} ...
2
votes
1answer
2k views

using CSS to center FLOATED input elements wrapped in a DIV

There's no shortage of questions and answers about centering but I've not been able to get it to work given my specific circumstances, which involve floating. I want to center a container DIV that ...
1
vote
2answers
26 views

Flicker of JFrames before moving locations

I noticed that most of my swing GUIs would flicker right before they center themselves. This happened with almost any JFrame that I have made, I was wondering if there is a workaround. I usually call ...
1
vote
2answers
44 views

Center JDialog over JPanel on JTabbedPane

I have tried all of the suggestions I found here and on other sites. I can't seem to get this JDialog to be centered over the panel on the JTabbedPane. Please note, I must have the close button ...
1
vote
3answers
31 views

Centering the pagination div

Normally the pagination looks like this: When I will add something like: <td align="center"> or <center><div id="pagination></div></center> It looks like this: ...
1
vote
4answers
44 views

Centering two divs in a div: one of fixed width and the other of variable width/height

I have a situation where I have one div of fixed width, containing an image pulled from Twitter, and another div of variable width containing user text of variable length. What I want to achieve is ...
1
vote
5answers
91 views

CSS - How to center nested divs?

New to CSS. I am trying to center nested divs using the code below HTML <html> <head> <title>My website</title> <link rel="stylesheet" ...
1
vote
2answers
55 views

Another CSS overlapping issue

UPDATE: Here's a jsFiddle. I want it to look like this: ... but it looks like this: The #container is horizontally centered, and must stay so. Can't seem to get this right...
1
vote
2answers
62 views

Center two images in a div

I have a div like this <div id="browsers"> <h2>Title</h2> <p>Text recomending the use of either Chrome or Firefox.</p> <a ...
1
vote
1answer
29 views

Centering text with clear after two floats

Two questions for this fiddle... Why doesn't the middle text move under the left and right texts even though it has clear: both assigned to it? Why doesn't the middle text go to the middle of the ...
1
vote
1answer
86 views

Zoom and center an image without cutting the borders

I've tried many different things but none is working. I have a picture (let say unknown height and width) and I want it centered (vertically and horizontally). The height and width is determined by ...
1
vote
1answer
33 views

CSS - Div padding “all except z pixels”

I have a div that needs to stretch the whole way across the page, but the actual content should only be z pixels wide, and centered. That is, the text is not centered, but the area where the content ...

1 2 3 4