Re: [css-d] aligning text with right edge of button on the following line

2013-03-23 Thread Larry Martell
On Sat, Mar 23, 2013 at 2:37 PM, Philip TAYLOR wrote: > > > Larry Martell wrote: > >> Thanks for the reply. This moves everything to the right. I want the >> buttons left justified, and the text right justified with the second >> button. Adding 'float: left' got it to do what I want: >> >> >> Wan

Re: [css-d] aligning text with right edge of button on the following line

2013-03-23 Thread Larry Martell
On Sat, Mar 23, 2013 at 1:38 PM, Philip TAYLOR wrote: > Based on your code : > > > Want this right justified above Download button > > value="Generate"> > value="Download"> > Thanks for the reply. This moves everything to the right. I want the buttons left justified, and the text right justi

[css-d] aligning text with right edge of button on the following line

2013-03-23 Thread Larry Martell
I want to have a line of text and below it 2 buttons. I want the text to be right justified with the right edge of the second button, e.g. TEXT button1 button2 This fiddle is just one of my many unsuccessful attempts http://jsfiddle.net/w7BNW/1/ I'm sure this is simple, but I jus

Re: [css-d] aligning text to bottom of element

2008-06-02 Thread corey deep
thanks so much. I think this should work. On Mon, Jun 2, 2008 at 12:39 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > corey deep wrote: > >> I am required to align text bottom right beside an image the image is >> of variable width & height maximum 130px w or 130px height. the text remains >

Re: [css-d] aligning text to bottom of element

2008-06-02 Thread Gunlaug Sørtun
corey deep wrote: > I am required to align text bottom right beside an image the > image is of variable width & height maximum 130px w or 130px height. > the text remains at the same position relative to the image... Sounds like what this turns out as in most browsers...

[css-d] aligning text to bottom of element

2008-06-02 Thread corey deep
Hi all, I am stuck on this ... I am required to align text bottom right beside an image the image is of variable width & height maximum 130px w or 130px height. the text remains at the same position relative to the image ( the relationship remains the same whether the image is of a diminishe

[css-d] Aligning Text within a Div

2007-05-22 Thread Stephan Schindler
I had no luck aligning text using a table within a div. (FF 2.0). The table would always extend to 100% of the div despite my setting the width to 200px inline (about 30% of the div width). I eventually tackled the problem (at least in FF) by adding a right margin to to the text and not using a

[css-d] Aligning text to the bottom of a li nav block?

2007-05-09 Thread Karl Jacobs
Howdy, I'm building a template for a standard horizontal menu navigation. The trick is, I'm trying to allow for buttons that might have two lines, where others have only one. Is there any way to get the text in the standard styled UL navigation method to get the text to align to the botto

Re: [css-d] Aligning text field

2006-10-01 Thread Portman
Why don't you put the text fields in a box and the text in another box and float them next to each other at a certain distance? Riva Mário Gamito wrote: > Hi, > > How can i in this page: > http://www.gamito.org/wizard.php > > left align the text fields (dotted) at left in a certain distance from

[css-d] Aligning text field

2006-10-01 Thread Mário Gamito
Hi, How can i in this page: http://www.gamito.org/wizard.php left align the text fields (dotted) at left in a certain distance from the text at its left ? Any help would be appreciated. Warm regards, Mário Gamito __ css-discus

[css-d] Aligning text field

2006-10-01 Thread Mário Gamito
Hi, How can i in this page: http://www.gamito.org/wizard.php left align the text fields (dotted) at left in a certain distance from the text at its left ? Any help would be appreciated. Warm regards, Mário Gamito __ css-discuss

Re: [css-d] Aligning text with a background box

2006-02-17 Thread Ann Adamcik
Els wrote: >Since you're working with pixels: >.go { >margin-left: 10px; >position:relative; >top:-7px; >} > >You may want to reconsider font-sizes in pixels though. It leaves >IE5/6 users without options to resize the text in their browsers. Thanks again - you're my hero today! Unfortunately,

Re: [css-d] Aligning text with a background box

2006-02-17 Thread Els
Ann Adamcik wrote: > One more... > > I have a css button that I would like to have bottom aligned > with the text that it sits next to. Currently, the background > box sits below the text line and I can't seem to nudge it > upwards. Any ideas on lining it up properly? > > See the 'go' button toward

[css-d] Aligning text with a background box

2006-02-17 Thread Ann Adamcik
One more... I have a css button that I would like to have bottom aligned with the text that it sits next to. Currently, the background box sits below the text line and I can't seem to nudge it upwards. Any ideas on lining it up properly? See the 'go' button toward the bottom of this page:

Re: [css-d] Aligning text in same line

2005-11-28 Thread Zoe M. Gillenwater
Lst Recv wrote: >Georg sent me this private reply. For the benefit of the list, I >asked his permission to repost it to the list. > >(BEGIN:) >Opera _can_ float elements at the same level as non-floating elements - >even when a non-floating element comes first in the source-code. Other >browsers

[css-d] aligning text to the bottom of a div

2005-11-27 Thread ross
I want to recreate the v-align property in HTML tables http://www.nssdesign.scot.nhs.uk/shared/acessibility_box.htm I have text in DIVS of varying sizes and the text also gets increased for acessibility. The problem is When I expand the text I get a mis-alignment of the text as the div seem

Re: [css-d] Aligning text in same line

2005-11-25 Thread David Dorward
On 25/11/05, Chris Akins <[EMAIL PROTECTED]> wrote: > Overall, just a shorter, more bandwidth-friendly way of writing the > code. I know it seems tiny, but in the course of a whole CSS document > multiplied by the pages in your site multiplied by the times each page > is served up The joy of CSS

Re: [css-d] Aligning text in same line

2005-11-25 Thread Chris Akins
On a completely different topic, but regarding your CSS: Anytime you have "0" as a numerical value in your rules you don't need units of anykind. Only when you have something other than "0" do you need to specify px, em, %, etc. Also, you can use the value stated once when all numbers are equal

Re: [css-d] Aligning text in same line

2005-11-25 Thread Lst Recv
Georg sent me this private reply. For the benefit of the list, I asked his permission to repost it to the list. (BEGIN:) Opera _can_ float elements at the same level as non-floating elements - even when a non-floating element comes first in the source-code. Other browsers will drop the float belo

Re: [css-d] Aligning text in same line

2005-11-25 Thread Lst Recv
Georg, Thanks for the tips. I'm more concerned with using this as a learning case then just making this page look right. So, could I ask you to explain what are your tips are doing and why? Also, could anyone explain why some browsers decide to push the logo down a line when I don't float the m

Re: [css-d] Aligning text in same line

2005-11-24 Thread Gunlaug Sørtun
Lst Recv wrote: > Right now, it looks great in Firefox and Opera. IE is still doing > two funny things: > > 1) Adding a giant chunk of whiteness, where the background image is > not showing. Add: #top {width: 100%;} > 2) Shifting the man's head over a few pixels, so that it doesn't line > up

Re: [css-d] Aligning text in same line

2005-11-24 Thread Lst Recv
Thanks, Holly, fixing the selector solved both bugs! I see what you mean about needing the actual, noncondensed URL. Could you - or anyone - explain, though, why the initial version - which mistakenly put a float:right on the logo image but no float:left on the picture of the man ("dude") produc

Re: [css-d] Aligning text in same line

2005-11-23 Thread Holly Bergevin
Sorry, mail program messup on the previous try... --- From: Lst Recv <[EMAIL PROTECTED]> >Thanks - I changed it, but it didn't solve any of the bugs... Let's see. The first "bug" you might want to deal with is your incorrectly written selector #top img.dude {

Re: [css-d] Aligning text in same line

2005-11-23 Thread Lst Recv
On 11/23/05, Christian Montoya <[EMAIL PROTECTED]> wrote: > > > > #top img.man { display: block; width: 25%; float: left; } > > > > #top a.logo { display: block; width: 25%; float: right; } > > > > Shouldn't these be display:inline; ? block will never work for your > case. If you want two things to

Re: [css-d] Aligning text in same line

2005-11-23 Thread Lst Recv
On 11/23/05, bill <[EMAIL PROTECTED]> wrote: > Hi there, > > How about a link to your page and css?? It would help :-) > > Thanks, > Bill Scheider By popular demand, here are the links: http://mortgagephonequotes.com/mortgage.html BUGS On Opera, it displays fine, but: 1) On Firefox and IE, the

Re: [css-d] Aligning text in same line

2005-11-23 Thread Christian Montoya
> > #top img.man { display: block; width: 25%; float: left; } > > #top a.logo { display: block; width: 25%; float: right; } > Shouldn't these be display:inline; ? block will never work for your case. If you want two things to stay on the same line, you have to use inline! -- -- Christian Montoya

Re: [css-d] Aligning text in same line

2005-11-23 Thread bill
Hi there, How about a link to your page and css?? It would help :-) Thanks, Bill Scheider Thanks - I went through the article, but can't seem to apply it to my case. I have a , with two images. I'd like one to show on the left and one on the right. (The div also has a repeat-x background ima

Re: [css-d] Aligning text in same line

2005-11-23 Thread Larry Israel
Lst Recv wrote: > I have a , with two images. I'd like one to show on > the left and one on the right. (The div also has a repeat-x > background image). I've tried several permutations - but none get it > right. > > I also tried http://css-discuss.incutio.com/?page=AlignLeftAndRight , > but it p

Re: [css-d] Aligning text in same line

2005-11-23 Thread Lst Recv
Thanks for the links and info. I was sent a private email asking for the page itself. Here it is, condensed - let me know if you need more. I'm STUMPED by two problems: 1) Why is the logo on the right being pushed down to the next line? 2) Why is a thin white line appearing between #top and #b

Re: [css-d] Aligning text in same line

2005-11-23 Thread ron zisman
a newbie guess: The Opera (Fri, July13) .cat {float: left} .date {float:right} .descrip {clear: both} at least conceptually... i think... On Nov 23, 2005, at 4:36 PM, Lst Recv wrote: > Is there anyway to have one line of text, with part of it aligned to > the containers left and part of it

Re: [css-d] Aligning text in same line

2005-11-23 Thread Lst Recv
Thanks - I went through the article, but can't seem to apply it to my case. I have a , with two images. I'd like one to show on the left and one on the right. (The div also has a repeat-x background image). I've tried several permutations - but none get it right. I also tried http://css-discus

Re: [css-d] Aligning text in same line

2005-11-23 Thread Larry Israel
> Is there anyway to have one line of text, with part of it aligned to > the containers left and part of it to it's right? > > Floats don't seem to work here - I don't know widths in advance, and I > don't want flow, just justification. > > Crude example of what I'd like: > > The Opera

Re: [css-d] Aligning text in same line

2005-11-23 Thread Michael Hulse
On Nov 23, 2005, at 1:36 PM, Lst Recv wrote: > Is there anyway to have one line of text, with part of it aligned to > the containers left and part of it to it's right? You might want to take a look at this ALA article (Scroll down to "Splitting the Difference"): http://www.alistapart.com/article

Re: [css-d] Aligning text in same line

2005-11-23 Thread Zoe M. Gillenwater
Lst Recv wrote: >Is there anyway to have one line of text, with part of it aligned to >the containers left and part of it to it's right? > >Floats don't seem to work here - I don't know widths in advance, and I >don't want flow, just justification. > > You don't need to know widths to use float

[css-d] Aligning text in same line

2005-11-23 Thread Lst Recv
Is there anyway to have one line of text, with part of it aligned to the containers left and part of it to it's right? Floats don't seem to work here - I don't know widths in advance, and I don't want flow, just justification. Crude example of what I'd like: The Opera

Re: [css-d] Aligning text

2005-11-09 Thread Adriano Castro
> You have markup like: > Angus D.F. MacKinnon > 23756 110B Avenue > > But your css is: > .generalresume_name { > > .generalresume_address { > > Either the css needs to be > #generalresume_name { > #generalresume_address { > > Or you need to change the markup to class="generalresume_name" > >

Re: [css-d] Aligning text

2005-11-08 Thread Peter Williams
> From: Angus > > Can anyone tell me why my name and contact information at the > following will not center? > HTML: http://infoforce-services.com/personal/generalresume.php > CSS: http://infoforce-services.com/css/ifsmain.css Angus, You have markup like: Angus D.F. MacKinnon 23756 110B Avenue

Re: [css-d] Aligning text

2005-11-08 Thread Adie Hart
s and classes in 'ifsmain.css' with your 'generalresume.php' page. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Angus at InfoForce Services Sent: Wednesday, November 09, 2005 8:44 AM To: CSS-D Subject: [css-d] Aligning text Can anyone tell

[css-d] Aligning text

2005-11-08 Thread Angus at InfoForce Services
Can anyone tell me why my name and contact information at the following will not center? HTML: http://infoforce-services.com/personal/generalresume.php CSS: http://infoforce-services.com/css/ifsmain.css Also, if someone wants to give a simple two column layout example for my date and text, I w

Re: [css-d] aligning text in floated div

2005-06-21 Thread Holly Bergevin
From: Marty Martin <[EMAIL PROTECTED]> >If you will look at this page though, you will see that the Category >Title is not center aligned: http://new.icn.net/hub/categoryGallery.cfm > I need the text to be center aligned! :) Try - div.category p { width: 99.9%; text-align: center; } hth, ~

RE: [css-d] aligning text in floated div

2005-06-20 Thread Pringle, Ron
Category Title .category { float: left; padding: 0 20px 20px 0; width: 150px; } .category h2, .category h3, .category p { text-align: center; } .category img { margin: 0 auto; } Marty- I would suggest marking up your code a bit more semantically instead of usin

[css-d] aligning text in floated div

2005-06-20 Thread Marty Martin
I have a set of s that look like this: src="#request.images#/sample_products/watch_thumb.jpg" width="100" height="105" alt="PRODUCT TITLE SHOULD GO HERE" border="0" /> Category Title The