Re: [css-d] Vertical centering? And another problem.

2011-08-13 Thread Rory Bernstein
On Fri, Aug 12, 2011 at 8:27 AM, Rory Bernstein r...@rorybernstein.com wrote: Hi, I sent this yesterday and did not get any responses about the two items below. I'd be so appreciative to get some help. Thanks, Rory http://rorybernstein.com/slider/vertical_center I have this test page

[css-d] Vertical centering? And another problem.

2011-08-12 Thread Rory Bernstein
Hi, I sent this yesterday and did not get any responses about the two items below. I'd be so appreciative to get some help. Thanks, Rory http://rorybernstein.com/slider/vertical_center I have this test page here. Two problems: 1. In the slider (orange box at top), the content on the right side

Re: [css-d] Vertical centering? And another problem.

2011-08-12 Thread Tom Livingston
On Fri, Aug 12, 2011 at 8:27 AM, Rory Bernstein r...@rorybernstein.com wrote: Hi, I sent this yesterday and did not get any responses about the two items below. I'd be so appreciative to get some help. Thanks, Rory http://rorybernstein.com/slider/vertical_center I have this test page here.

Re: [css-d] Vertical centering? And another problem.

2011-08-12 Thread Tom Livingston
On Fri, Aug 12, 2011 at 8:27 AM, Rory Bernstein r...@rorybernstein.com wrote: Hi, I sent this yesterday and did not get any responses about the two items below. I'd be so appreciative to get some help. Thanks, Rory http://rorybernstein.com/slider/vertical_center I have this test page here.

Re: [css-d] Vertical centering? And another problem.

2011-08-12 Thread Peter H.
El 12/08/2011, a las 14:27, Rory Bernstein escribió: . . . I need the left and right cols to vertically center inside the div that has the red border on it. How? In other words, I want the white space above below the text (left) and photo (right) to be the same, not matter how much

Re: [css-d] Vertical centering? And another problem.

2011-08-12 Thread David Laakso
On 8/11/11 3:44 PM, Rory Bernstein wrote: Hello CSS fans, http://rorybernstein.com/slider/vertical_center I have this test page here. Two problems: 1. In the slider (orange box at top), the content on the right side of the box does not show up in Chrome, but it does in FireFox. Meaning, the

Re: [css-d] Vertical centering? And another problem.

2011-08-12 Thread G.Sørtun
On 12.08.2011 14:52, Peter H. wrote: in case this is of any help: the only way I've ever found to reliably centre vertically, is to use a good old-fashioned table. CSS table is better - unless one has to support old-fashioned browsers with limited CSS support. Georg

[css-d] Vertical centering? And another problem.

2011-08-11 Thread Rory Bernstein
Hello CSS fans, http://rorybernstein.com/slider/vertical_center I have this test page here. Two problems: 1. In the slider (orange box at top), the content on the right side of the box does not show up in Chrome, but it does in FireFox. Meaning, the photo moves across as it should, but there

Re: [css-d] Vertical centering? And another problem.

2011-08-11 Thread David Laakso
On 8/11/11 3:44 PM, Rory Bernstein wrote: PS I redesigned my web site, in case anyone is interested: http://www.rorybernstein.com So far so good. Lets play... 1/ Stress test. 2/ Fold and hold tablets and mobile. Best, Antonio Banderas --Desparado

[css-d] vertical centering

2011-07-15 Thread Sara Haradhvala
what's the best way to vertically center multi-line anchor text (text can wrap) where the anchor has a background image? Thanks, Sara __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] vertical centering

2011-07-15 Thread John D
This link shows one way but it doesn't work in IE7, IE6 or other old browsers. http://www.mytechnet.talktalk.net/vertical_ie6.htm Perhaps somebody can provide a IE6, IE7 hack! hth what's the best way to vertically center multi-line anchor text (text can wrap) where the anchor has a

[css-d] vertical centering of multi-line text

2009-06-08 Thread Debbie Campbell
In this page: http://www.redkitecreative.com/projects/fink/expertise.php I'm using display: table-cell and vertical-align for the paragraph text to the right of each thumbnail image, but this isn't working in Safari/Win; the p/p is floated all the way left and the thumbnail is displayed

Re: [css-d] vertical centering of multi-line text

2009-06-08 Thread Ingo Chao
2009/6/8 Debbie Campbell d...@redkitecreative.com http://www.redkitecreative.com/projects/fink/expertise.php I'm using display: table-cell and vertical-align for the paragraph text to the right of each thumbnail image, but this isn't working in Safari/Win; the p/p is floated all the way

Re: [css-d] vertical centering of multi-line text

2009-06-08 Thread David Laakso
Debbie Campbell wrote: In this page: http://www.redkitecreative.com/projects/fink/expertise.php I'm using display: table-cell and vertical-align for the paragraph text to the right of each thumbnail image, but this isn't working in Safari/Win; the p/p is floated all the way left

Re: [css-d] vertical centering of multi-line text

2009-06-08 Thread Debbie Campbell
That works - thank you very much! -- Debbie Campbell Web Developer Red Kite Creative LLC d...@redkitecreative.com www.redkitecreative.com (970) 372-2125 David Laakso wrote: Debbie Campbell wrote: In this page: http://www.redkitecreative.com/projects/fink/expertise.php I'm using

Re: [css-d] vertical centering of multi-line text

2009-06-08 Thread Tim Snadden
On 9/06/2009, at 8:40 AM, David Laakso wrote: Debbie Campbell wrote: In this page: http://www.redkitecreative.com/projects/fink/expertise.php I'm using display: table-cell and vertical-align for the paragraph text to the right of each thumbnail image, but this isn't working in

Re: [css-d] vertical centering of list-style-image with list item

2009-05-28 Thread Stephen Tang
Hi Scott, Thanks for the reply. I can't use a background image because there is an image that is floated left of the list (as shown in http://stephentang.info/listtest/test.html) . The list is supposed to wrap around the image, but the li tags take up the width of its parent container. Thus,

Re: [css-d] vertical centering of list-style-image with list item

2009-05-28 Thread scott.heckel
// Is there any way to adjust the vertical alignment for IE? Not for list images (as far as I can remember). I wouldn't be too picky about stuff like that, but if you really want it to look centered you have a few options. 1) Bigger (vertically) image that does look centered. 2) Use a

[css-d] vertical centering of list-style-image with list item

2009-05-27 Thread Stephen Tang
Hello, Previously, I received an answer from the CSS discuss list about using list-style-image to solve my problem. I noticed that IE6/7, the bullet image isn't even close to the vertical center of the list item. In Firefox 3 and Safari 3.x, the image is more or less vertically centered with the

Re: [css-d] Vertical Centering

2006-03-24 Thread Zoe M. Gillenwater
Tom Livingston wrote: On 3/23/06 1:24 PM, ~davidLaakso [EMAIL PROTECTED] wrote: I'm not sorry (well, maybe about the 'Love you' comment...), but the bit about the content being off screen on short windows was correct. Of course, in my case the window had to be _very_ short, but none the

[css-d] Vertical Centering

2006-03-23 Thread Tom Livingston
Listers, I recall someone posting a very easy method of vertical centering a block in a viewport a while back. Seemed straight forward - positioning with percentages and a little negative margin nudging. Googled but came up empty. Can anyone point me to this? How cross-browser is it? Thanks a

Re: [css-d] Vertical Centering

2006-03-23 Thread ~davidLaakso
Tom Livingston wrote: I recall someone posting a very easy method of vertical centering a block in a viewport a while back. ...] Tom Livingston Three replies to the same question a couple of days ago: 1/ #body {margin: 2px 0px 0px 0px;text-align: center;background-image:

Re: [css-d] Vertical Centering

2006-03-23 Thread Michael Clayton
I recall someone posting a very easy method of vertical centering a block in a viewport a while back. Seemed straight forward - positioning with percentages and a little negative margin nudging. Googled but came up empty. Can anyone point me to this? How cross-browser is it? Here's another

Re: [css-d] Vertical Centering

2006-03-23 Thread ~davidLaakso
Tom Livingston wrote: http://dlaakso.com/center-stuff.html I love you. -- Tom Livingston You'll be sorry. Vertical center positioning is /not/ a good idea. Re-read the thread regarding same. ~davidLaakso -- Typography exists to honor content. --Robert Bringhurst

Re: [css-d] Vertical Centering

2006-03-23 Thread Tom Livingston
On 3/23/06 1:24 PM, ~davidLaakso [EMAIL PROTECTED] wrote: You'll be sorry. I'm not sorry (well, maybe about the 'Love you' comment...), but the bit about the content being off screen on short windows was correct. Of course, in my case the window had to be _very_ short, but none the less, it

[css-d] Vertical centering in a table cell using CSS

2005-12-07 Thread Sam Carter
Is there a way to vertically center content in a table cell using CSS (not HTML)? Sam __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported

Re: [css-d] Vertical centering in a table cell using CSS

2005-12-07 Thread CJ Larson
Is there a way to vertically center content in a table cell using CSS (not HTML)? A CSS table cell or an HTML table cell? CSS: [assume markup - div class=vcenter] .vcenter {display: table-cell;vertical-align: middle;height: 100%;} HTML: [assume markup - td class=vcenter] .vcenter

Re: [css-d] Vertical centering in a table cell using CSS

2005-12-07 Thread rolfsf
okay, so slightly OT here... could someone explain the use of display:table-cell? I can never seem to get my brain around the how's and why's Like, why wouldn't you use a table instead of divs acting like tables and table cells? thanks! Is there a way to vertically center content in a

Re: [css-d] Vertical centering in a table cell using CSS

2005-12-07 Thread Sam Carter
CJ Larson wrote: Is there a way to vertically center content in a table cell using CSS (not HTML)? A CSS table cell or an HTML table cell? This is a td cell CSS: [assume markup - div class=vcenter] .vcenter {display: table-cell;vertical-align: middle;height: 100%;} This doesn't

Re: [css-d] Vertical centering in a table cell using CSS

2005-12-07 Thread CJ Larson
This doesn't seem to center vertically in either IE 6 or Firefox... Do you have a sample page online? I noticed you cut out the HTML td example from my original reply and only left in the CSS one. Are you sure you were using the right example? The full code for my td table was more like this

Re: [css-d] Vertical centering in a table cell using CSS

2005-12-07 Thread Marjorie MacDonald
Why do you need this style=height: 100%;vertical-align: middle; at all? Isn't the default for vertical alignment in a cell center? If you don't do anything, and haven't set anything in your CSS, the cell should be vertically centered by default. Marjorie MacDonald --- CJ Larson [EMAIL

[css-d] vertical centering text in Internet Explorer

2005-07-14 Thread dimpie
Is it possible to center text vertically in a div in Internet Explorer. I managed to make it work in FireFox and Opera by applying the following: div { display: table-cell; vertical-align: middle; } but I can't get it to work in IE. Any help would be appreciated. Thanks in advance.

Re: [css-d] vertical centering text in Internet Explorer

2005-07-14 Thread Ingo Chao
dimpie schrieb: Is it possible to center text vertically in a div in Internet Explorer. See Bruno Fassino's solution: http://www.brunildo.org/test/vertmiddle.html http://www.brunildo.org/test/img_center.html Ingo -- http://www.satzansatz.de/css.html

[css-d] Vertical centering

2005-05-26 Thread Uwe Kaiser
Hi, It is just an idea of how to center a container vertically. Don' care about german text. http://www.kriton.de/CSS/zentrieren/alle-zentriert.html regards Uwe Kaiser __ css-discuss [EMAIL PROTECTED]

RE: [css-d] Vertical centering

2005-05-26 Thread Bruno Fassino
Uwe Kaiser wrote: It is just an idea of how to center a container vertically. http://www.kriton.de/CSS/zentrieren/alle-zentriert.html I read on your page that you tested in older browsers, and that's a good thing! I just had a quick look, the vertical centering method seems similar to this

Re: [css-d] Vertical centering

2005-05-26 Thread Pactum web services
- Original Message - From: Thomas Livingston [EMAIL PROTECTED] To: Bruno Fassino [EMAIL PROTECTED] Cc: css-d@lists.css-discuss.org; 'Uwe Kaiser' [EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:55 PM Subject: Re: [css-d] Vertical centering On May 26, 2005, at 3:54 PM, Bruno Fassino