Typically a style or other UI definition associated with the placement of an interface item in the vertical plane.

learn more… | top users | synonyms (1)

475
votes
13answers
288k views

How do I vertically align text next to an image with CSS?

Why won't vertical-align: middle work? And yet, vertical-align: top does work. <div> <img style="width:30px;height:30px"> <span style="vertical-align:middle">Doesn't ...
18
votes
7answers
28k views

CSS: How to align vertically a “label” and “input” inside a “div”?

Consider the following code: HTML: <div> <label for='name'>Name:</label> <input type='text' id='name' /> </div> CSS: div { height: 50px; border: 1px ...
0
votes
0answers
25 views

How to change horizontal mac style dock menu to vertical orientation?

I have got this jqeury plugin that shows mac style dock horizontally like this : Demo here I have tried changing it's css to make it vertical on left side of page but there seems to be some issue. ...
-1
votes
1answer
9 views

Vertical centering for an absolutely positioned element's child doesn't work

I need help with to centering my yellow boxes vertically. <html> <head> <title></title> </head> <body style="border-collapse: collapse;"> <div ...
0
votes
0answers
17 views

Make entire div a link with image and vertically aligned text

I have created a few divs that contain an image with text below the image. I am trying to make the entire div a link with the text below the image vertically aligned in the middle so divs with one ...
0
votes
0answers
28 views

vertically centering image in jQuery Cycle (responsive)

I am trying to create a image rotator using jQuery Cycle. The image has some responsive sizing components to it (not a fully responsive site at this stage...I know...this is still in development). ...
0
votes
2answers
1k views

CSS Vertical Centering in jQuery

I'm having trouble vertically centering items using CSS. If any one could suggest what's going wrong in my code below I'd appreciate it. <head> <style> #container { ...
0
votes
0answers
9 views

Aligning Content to Each Other in Two Separate Columns in a Responsive Layout

I have a left column and main column (responsive) in two separate divs. Is there a way to get content in my left column div to line up (vertically) with specific paragraphs in my main column div? ...
1
vote
2answers
36 views

Vertically aligning footer content

So, I had help from before, but my stuff was so unorganized, that it was hard for me to understand what someone was doing. It left me off here, I have my vertical alignment, but now my footer for some ...
0
votes
2answers
28 views

Vertically align more than one line of text?

I'm using: #leftfoot {padding-left: 20px; vertical-align: middle;} It does not work. I've look at plenty of explanations, none of them seem to work for me. Does anybody else know how to vertically ...
0
votes
0answers
28 views

Vertically centering .spans in Boostrap

I'm using Bootstrap and trying to vertically center my text in .span6 with my image in a seperate .span6 right next to it. Both divs are contained in .row-fluid. My goal is for them to be vertically ...
12
votes
3answers
6k views

iOS 5.0 Safari not vertically centering placeholder in text box

I want to vertically center the text entered in input text boxes on the page. Typical way to achieve this is to set the line-height and height equal. This works on pre iOS 5.0 Safari. However; on ...
0
votes
1answer
24 views

Vertical alignment doesn't work (HTML5)

<body> <div style="width:800px; height:500px; margin:0 auto; background-color: blue" > <div style="vertical-align:middle;"><img src="sl1.jpg" width="50%"></div> ...
0
votes
1answer
29 views

How to center a background image vertically within header

CSS #container { width: 1000px; margin: 0 auto; background-color: #000000; } #header { width: 884px; height: 300px; position: relative; margin: auto; background-image: url(babygoatbooksbanner.png); ...
1
vote
2answers
3k views

Vertical Align Image inside Anchor using CSS

I have a <ul> with two columns Code: <li class="clearfix"> <div class="product-copy"> Product Content Here </div> <a href=""> "PRODUCT IMAGE HERE" </a> ...
0
votes
1answer
31 views

css @font-face doesn't align text vertically across all browsers

I must have went through every page of google but haven't found the solution yet. I have a custom font that I'm using through css font-face. The font adds extra padding on the bottom depending on the ...
1
vote
3answers
229 views

Vertical align doesn't seem to work

I'm trying to vertical align text in a couple of my DIV's using line-height, but it just doesn't work there.. I've never had any problems with it before, but for some reason it started to screw with ...
2
votes
2answers
223 views

Vertical-alignment issues with Helvetica Neue

This is a minor but persistant annoyance with Helvetica Neue (doesn't happen w Arial) Text that is perfectly vertically aligned will shift downward slightly when any part of the text is bolded. While ...
7
votes
2answers
17k views

iTextsharp, PdfPCell.VerticalAlignment and PdfPCell.HorizontalAlignment

Im trying to figure out how to get my text inside a PdfPCell to show in the middle. I have tried many different options, like: myCell.VerticalAlignment = Element.ALIGN_MIDDLE; ...
29
votes
9answers
36k views

I want to vertical-align text in select box

I want to vertically align the text in select box. I tried using select{ verticle-align:middle; } however it does not work in any browsers. Chrome seems to align the text in select box to the ...
2
votes
2answers
29 views

Disable line breaks using CSS

I have a canvas element inside a div element. The canvas size can change, and I want it vertical centered. I'm using this CSS approach: <!DOCTYPE html> <html lang="en"> <head> ...
0
votes
2answers
3k views

How to vertical align <input> and <iframe> inside <td>?(demo included)

The page is very simple here: http://maishudi.com/test.php code: <table> <tr> <td valign="top"> <input type="text" /> <iframe scrolling="no" height="21px" ...
0
votes
1answer
39 views

Vertically align vertical text in SlickGrid header

I am changing the height of a SlickGrid header and rotating the text in the header with the following CSS: .slick-column-name { -webkit-transform: rotate(-90deg); -moz-transform: ...
0
votes
1answer
38 views

Trying to use vertical-align middle on absolute positioned elelement

I am having issues with my next and previous arrows on my slider. The slider is built to shrink and expand with the window. Everything looks great in all browsers except for safari. The buttons are at ...
115
votes
6answers
67k views

Android: Vertical alignment for multi line EditText (Text area)

I want to have 5 lines for the height of the text area. I am using the following code. <EditText android:layout_width="fill_parent" android:layout_height="wrap_content" ...
0
votes
4answers
49 views

Android: how to align views vertically and horizontally

I'm wondering how I can align the buttons as the following: Button1 and Button2-2 are supposed to align horizontally, Button2-1 and Button2-2 should align vertically. [Button2-1] ...
0
votes
2answers
112 views

vertical align multiple lines of text next to image - all centered

Not even sure if this is possible, but thought I would ask. I have searched and tried numerous 'solutions' with nothing quite what I am looking for. The container is 940 wide by 100 high. I want to ...
-1
votes
1answer
46 views

HTML/CSS How to stretch a DIV vertically [duplicate]

I'm using DIVs to build something similar to a table, and I need to stretch my DIVs to match the height of its neighbor, in order to get my background-color to display correctly. Here is my example : ...
0
votes
1answer
18 views

Center wrapper horizontal and vertical from 768px

I've got a #wrapper div and I need to center it vertical and horizontal from width:768px; . From 0px till 768px it only need to center horizontal and alight to the top, anyone ideas? I did some ...
0
votes
5answers
3k views

vertical alignment not working in IE

I am doing vertical alignment using vertical-align:middle property its working in chrome but not in IE
-5
votes
2answers
39 views

How can I vertically center a table?

My friend and I are building a website for the WYSE team (www.gallatinwyseteam.uphero.com/index.php). I've built the majority of the webpages but he dealt with most of the php since I didn't know how ...
1
vote
1answer
75 views

In FastReport4, How to align 3 memo lines vertically where if the 2nd memo line is empty the remaining 2 can be align togather automatically?

Using FastReport4 in Delphi XE3. I have 3 Memo fields as it shown in Fig-1, I want if one of the fields is empty they can automatically align vertically, but my problem is lets say if memo2 is empty ...
7
votes
4answers
19k views

CSS vertical alignment text inside li

I am displaying number of boxes in a row with fix height and width, generated from <li> tags. now I need to align the text in the vertical center. The CSS vertical-align has no impact, maybe I ...
0
votes
2answers
44 views

Problems with setting input text and input submit at same height

I want to put a text input on the same line and height as a submit button. See the JSFiddle. In Chrome this works flawless, but in Firefox the submit button is lower than the text input. How do I fix ...
0
votes
0answers
57 views

Bootstrap vertical (stacked) tabs: vertical height alignment and active tab highlighting

Below is some sample code, and I have a fiddle as well: http://jsfiddle.net/SnackyPete/89VRb/1/ I want to adjust the height of each sub tab group so that they align with the height of its parent ...
0
votes
1answer
460 views

vertical align text/image with bootstrap

Using Bootstrap, I am attempting to vertically align text and an image in two spans (span 4 and span8) with one image and text within the same span (span8). The image is currently floated left. The ...
0
votes
1answer
42 views

Vertically Aligning Text - Not displaying properly in IE8

Good afternoon everyone, I've managed to write a script that calculates the width and height of an image and properly placed a string of text on the bottom right side of an image for usage with ...
17
votes
5answers
24k 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.
2
votes
5answers
5k views

How to align on the right an inline-block element?

As you can see in the following Fiddle: http://jsfiddle.net/EvWc4/3/, I'm currently searching a way to align the second link (link-alt) to the right side of its parent (p). Why not using float or ...
0
votes
2answers
86 views

WordPress menu item float right and vertical align issue

I am hoping one of you CSS gurus can help me pinpoint why my code isn't working! Here's my site: http://ledvideowall.net When the browser window is > 600 pixels, the "CALL US" menu item is floating ...
0
votes
2answers
433 views

How to center a block level element vertically?

Say I have a like so: <table style="margin-left: auto; margin-right: auto;"> <tr> <td> </td> </tr> </table> The margin-* attributes instruct the ...
2
votes
1answer
259 views

jquery ui dialog not vertically centered after load

I using jquery ui dialog with dynamic height. When it opens it’s centered, but when it loads the content it’s expanding toward the bottom of the page. Here is my function: ...
3
votes
3answers
719 views

Why, when I center an image in a div with line-height, does a 3px gap appear at the top?

Have a look at this page. The images on the right should be centered within their divs. But if you look closely, there's a small border of around 3 pixels at the top. And if you disable the overflow: ...
9
votes
6answers
12k views

vertical align center image in fixed size div

I have a div which is 145px X 145px. I have an img inside this dive. The img could be of any size (longest side being 130px). I would like the image to be centered vertically in the div. Everything ...
0
votes
1answer
54 views

inline-block not vertically aligning DIVs correctly

I've got a problem with Chrome. I'm trying to vertically-align more DIVS using display: inline-block; instead of floating them. The problem occurs when I'm imputing some text into them: for a ...
0
votes
2answers
28 views

Floating + vertical alignment

How to achieve this in html/css: Client: Sales person: John Smith Mike Anderson So basically I need two ...
0
votes
1answer
24 views

Place text to the bottom instead of right below the other text

I'm using different DIV tags to act as tables and I want to get another DIV at the bottom of the content DIV. <div class="table"> <div class="table-row"> <div ...
0
votes
1answer
21 views

Align an Icon and Feed Heading

I am trying to align an image with an , and I cannot get the heading to wrap around the image icon. I have a screen cap here: http://instagram.com/p/YNGBzrtAs8/ My CSS code is a mess because I keep ...
-2
votes
3answers
196 views

Center Image inside div vertically using display table property

I'm trying to center an image vertically inside the div. I've read few other similar questions here on stackoverflow and decided to use this solution: <div id="wrapper"> <div ...
0
votes
1answer
90 views

Align load more to bottom sencha touch 2.1

I need to align load more to bottom. Please see my screen shot below: CoupoonListView.js Ext.define('bluebutton.view.BlueButton.CouponList', { extend: 'Ext.dataview.DataView', ...

1 2 3 4 5 18