Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

23
votes
3answers
283 views

Stacking Divs from Bottom to Top

when appending divs to a div with a fixed height, the child divs will appear from top to bottom, sticking at the top border. ┌─────────────────────────┐ │ Child Div 1 │ │ Child Div 2 ...
13
votes
3answers
14k views

“vertical-align: middle” does not align to the middle in Firefox

I'm trying to align some text of different sizes vertically, however, Firefox displays the smaller text way above the middle. CSS: div.categoryLinks { margin: 1em 16px; padding: 0 4px; ...
9
votes
3answers
3k views

Android: Align first item in Gallery to the left

When the Gallery first displays, it is centering the first item automatically. The behavior I want, is to left align the first item in the parent layout instead of centering it. How can I achieve ...
9
votes
3answers
3k views

How does one align code (braces, parens etc) in vi?

How do you prettify / align / format code in vi? What is the command? I have pasted in a hunk of code and I need to have it all formatted/aligned... obviously I am a vi neophyte. x
8
votes
3answers
10k views

Right align Facebook like button

I am able to put a Facebook like button on my website, but how do I make it to be right-aligned within the div/iframe it is in? I tried applying various CSS properties, but I could not get anything ...
8
votes
2answers
19k views

How to center cell contents of a LaTeX table whose columns have fixed widths?

Consider the following piece of LaTeX code: \begin{tabular}{p{1in}p{1in}} A & B\\ C & D\\ \end{tabular} How can I make the contents of each cell aligned in the center of the cell rather ...
7
votes
3answers
520 views

preventing unaligned data on the heap

I am building a class hierarchy that uses SSE intrinsics functions and thus, some of the members of the class need to be 16-byte aligned. For stack instances I can use __declspec(align(#)), like so: ...
6
votes
3answers
56 views

How can I center my <h1> when there is an <img /> next to it?

I have a problem creating a decent header in CSS. What I want is a <h1> header that aligns its content in the center of its parent <div>. Sometimes though there might be an additional logo ...
5
votes
5answers
109 views

How can I align columns where the biggest number or greatest string is the align indicator?

How can I right align (and left align?) a block of numbers or text in vim like this: from: 45 209 25 1 2 4 2 3 34 5 300 5 34 120 34 12 to this: 45 209 ...
5
votes
4answers
7k views

How to align footer (div) to the bottom of the page?

Can anyone explain how to align a footer div to the bottom of the page. From the examples I've seen, they all show how to make the div stay visible at the bottom, no matter where you've scrolled the ...
4
votes
2answers
86 views

why is my text not aligning properly in wxPython?

I'm using wxPython to build a GUI and I'm trying to align some text but it's not working at all. I'm trying align three different static text items in three places (right aligned, center aligned, and ...
4
votes
1answer
52 views

WinForms: How to align a LinkLabel within a paragraph of text?

I have a label being populated with dynamic text. It is often a paragraph or so in length. I need to seamlessly integrate a LinkLabel at the end of this paragraph with the words "View more ..." . It ...
4
votes
4answers
53 views

Can overflow text be centered?

When I specify text-align:center for an element with a width that is greater than the width of the text, the text is centered within the content box of the element (as expected). When I specify ...
4
votes
2answers
332 views

Moving text around in a div without moving the div

I have a div, inside the div is a background image that looks like a button and I have text in the div saying "Home". By default the text is snapped to the top and does not look right. How could I ...
4
votes
1answer
143 views

Aligning icon in input field

I have a couple of issues. I have opted to use focus and blur for text values in input field over placeholder text as there is a issue in chrome with placeholder text being centered. I need to ...
4
votes
2answers
1k views

How to make a grid of JSF composite component?

I have lot's of outputLabel and inputText pairs in panelGrids <h:panelGrid columns="2"> <h:outputLabel value="label1" for="inputId1"/> <h:inputText id="inputId1/> ...
4
votes
3answers
778 views

Align vertically using CSS 3

With CSS 3, are there any way to vertically align an block element? Do you have an example? Thank you.
4
votes
2answers
2k views

WPF Ribbon ApplicationMenu Alignment on the Right?

When going through a tutorial, the 'ribbon.ApplicationhMenu' always comes up on the left hand of the screen, rather than the right, as it does in Office 2007, Paint (on Windows 7), and WordPad (on ...
4
votes
6answers
3k views

Delphi: How to programmatically adjust visual ordering of components with align = alTop

I've got a form with a number of panels, each of which has Align=alTop, so they stack down nicely from the top of the form. However, I want to dynamically change the appearance order of these panels ...
4
votes
3answers
10k views

How to vertically align a table column both top and bottom?

..if the columns height is dependent on the height of another column? Solution should work on IE6,7 and Mozilla at least. HTML table layout: +------------------------+----------------------+ | ...
3
votes
7answers
303 views

Element “align” is obsolete or non-standard: what should I use instead?

I have this HTML code: <td align="center"> and I'm getting this error in Visual Studio 2008 from ReSharper: "Element "align" is obsolete or nonstandard" What is the replacement of this ...
3
votes
2answers
258 views

CSS Vertically Align Text in Header

I am trying to vertically align text in my header, and am having some trouble. Attached is an image of my starting point: The header has a set height of 141px and everything in that header should ...
3
votes
2answers
187 views

Delphi: align and visibility of splitter

There is a tree view, an align is left. And there is a splitter, the same, an align is left. The tree view is the first, the slitter is the second. If to do: TreeView1.Visible:=false; ...
3
votes
2answers
169 views

aligning or prettifying code in emacs

I remember this was possible in emacs, but don't know how. If I have something like: 'abc' => 1, 'abcabc' =>2, 'abcabcabc' => 3, How can I align the keys, arrows and values to something like ...
3
votes
1answer
666 views

Vertically align multiple lines beside a floated image

<li> <a href="viewBook.php?bookId=<?=$bookId?>"> <img style="float:left; clear:left; padding-left:10px; width:50px; height:75px;" ...
3
votes
4answers
612 views

How to align image - Matlab

I need to know how to align an image in Matlab for further work. for example I have the next license plate image and I want to recognize all the digit's. my program works for straight images so, ...
3
votes
3answers
356 views

jquery vertical align 2 divs

This is what I'm trying to achieve I have a fluid tooltip and a button. Their width is determined by the text and div padding. The text can vary. That said how would it be possible to vertically ...
3
votes
2answers
431 views

LaTeX align stacked summation

I am writing an elementary summation proof and would like to write that 1 + 2 + 3 + ... + n-2 + n-1 + n + n + n-1 + n-2 + ... + 3 + 2 + 1 = n+1 + n+1 + n+1 + ... and so on. I want the symbols to ...
3
votes
2answers
275 views

How to set “Align left” to have predominance over “Align Top” in Delphi 7?

I want to align a certain component to Align=alLeft on the panel, occupying the whole left side of the panel. Then also have another component set to Align=AlTop, but not having predominance over the ...
3
votes
3answers
768 views

Java Box Class: Unsolvable: aligning components to the left or right

I have been trying to left align buttons contained in a Box to the left, with no success. They align left alright, but for some reason dont shift all the way left as one would imagine. I attach the ...
3
votes
3answers
2k views

number several equations with only one number

How can I number several equations in a align environment using only one number? For example \begin{align} w^T x_i + b \geqslant 1-\xi_i \text{ if } y_i=1, \nonumber \\ w^T x_i + b \leqslant ...
3
votes
2answers
688 views

vim how to comma align

I have a bunch of code of the form: someVector.push_back(Foo("some name", 1.0, 3.1415926); someVector.push_back(Foo("different length name", 89.0, 2.717); ... 20 more entries I want sufficient ...
3
votes
1answer
4k views

Align Checkbox inside a <div>

I seem to be having a strange problem wich I cant fully understand. This is my html: <div class="menu"> Por favor seleccione os conteúdos: <br/> <br/> <br/> Nome: <input ...
3
votes
2answers
12k views

How to align button centered below table?

I put form elements in a table so that column names and inputs are aligned to 2-columns. And I put submit button and cancel button below the table. The table width is not fixed. I want to put the ...
3
votes
5answers
1k views

Delphi - GridPanel does not adjust at first resize

I have a problem I am unable to solve even though I spend long time trying to do it. I usually use GridPanels to align controls on forms. It has, however, an annoying bug. When the GridPanel align ...
2
votes
0answers
17 views

Align left-aligned formula at two points [migrated]

Ich would like to get this WITHOUT using tabels, because in my real equations there are fractions includet that are scalled down in tables a+b+c=1 y =2 My code looks as follows: \begin{align*} ...
2
votes
1answer
44 views

Stretching table cell text to both sides

I have a html table cell with the following data: <td>0/12 0%</td> which shows like this: http://img202.imageshack.us/img202/6008/captureuhe.jpg what i want to do is move the % number ...
2
votes
1answer
62 views

How do you align 270deg rotated text to top left?

This should be a very simple problem you would think. I have a box with some title text that I want to rotate -90 degrees. I would like it to be absolutely positioned so that the end of the word is ...
2
votes
8answers
106 views

How can I horizontally align a form?

How can I horizontally align a form? For example: <form> <input type="email" placeholder="example@ravvel.com"> <div> <input class="enter" type="submit" value="Send"/> ...
2
votes
3answers
125 views

How to center two divs considering the different resolutions of users

Im a newbie in css and Im having trouble centering two divs. I have a 1920 x 1080 screen resolution and using margin will not center the two divs if the visitor of my website have lower resolution. I ...
2
votes
2answers
172 views

aligning C variable declarations in emacs without including * chars

I like using align-current in emacs. For variable declarations it does this: my_function( int *foo, double **pfoo, int bar) ^ 1234567890123456 ...
2
votes
1answer
98 views

Make text bottom aligned even during overflow in Android

I am using android:layout_alignParentLeft="true" and android:layout_alignParentBottom="true" in my text view which is in RelativeLayout. It works well - aligns the text at the bottom. However, when ...
2
votes
2answers
99 views

How to remove a number of spaces between columns and put a custom nr. of spaces inside?

I have this column: USA France 212 13 Canada Spain 34 23 Me ico Italy 4 390 india Portugal 5900 32 Malaysia Holland 15 43 I want ...
2
votes
1answer
315 views

UILabel align by width

How can I align by width UILabel text? Align by width I mean align text by left and right side. Thanks for your answers.
2
votes
1answer
181 views

Align TeX equations in matplotlib

I have the following lines to annotate TeX on my matplotlib plot: import matplotlib.pyplot as plt from matplotlib import rc rc('text', usetex=True) rc('font', family='serif') r = 1 v = 2 i = 3 ...
2
votes
1answer
231 views

Help with problematic layout using MigLayout

I've been trying to align some objects in my java project in a certain way but with no success. I am using MigLayout for the layout and this is how I would like it to look: The sidebar should have ...
2
votes
2answers
600 views

CSS: Aligning Images in IE vs. Firefox or Chrome - Image size all screwed up

Kind of a frustrating question for me. Here's the link. Try it in IE, Chrome and Firefox. The latter two are fine and the image is aligned to the right and appears as 375x500. But in IE, the image ...
2
votes
3answers
318 views

How do I align like this with VIM's Tabular Plugin?

This is my code: john,betty,wally,beth walter,george,thomas,john herbert,bob,petty,mick` Does anyone know how to align it to this with VIM's Tabular Plugin: john, betty, wally, beth walter, ...
2
votes
4answers
1k views

vertical and horizontal align (middle and center) with css

I am practicing CSS and i am so confused how can i force my div element to be center (vertically and horizontally) at my page (mean which way or ways for cross browser compatibility)? Best regards !
2
votes
3answers
2k views

Android: How can you align a button at the bottom and listview above?

I want to have a button at the bottom of the listview. If I use relativeLayout/FrameLayout, it aligns but listView goes down to very botton. (Behind the button at the bottom) FrameLayout: ...

1 2 3 4 5 6