Re: [css-d] Help with positioning list

2013-03-20 Thread Larry Martell
On Sun, Mar 17, 2013 at 2:40 PM, Jon Reece wrote: > > On Sun, Mar 17, 2013 at 9:42 AM, Larry Martell > wrote: >> >> Please look at: http://jsfiddle.net/6Q6ud/ >> >> What I want is the 'Convert and download' button to be directly under >> the "Pixel Size" field, and the list to begin on the same l

Re: [css-d] Help with positioning list

2013-03-17 Thread Jon Reece
On Sun, Mar 17, 2013 at 9:42 AM, Larry Martell wrote: > Please look at: http://jsfiddle.net/6Q6ud/ > > What I want is the 'Convert and download' button to be directly under > the "Pixel Size" field, and the list to begin on the same line as the > 'Convert and download' button, just after it, and t

Re: [css-d] help with positioning

2012-12-09 Thread Susanne Jäger
Hi Chris, Chris Kavinsky schrieb am 07.12.2012 21:40: I'm working on a new site where I used relative positioning to arrange the logo and nav horizontally. Consequently, there was a huge gap between the site header area and the content area because of the repositioning of the logo, so I moved th

Re: [css-d] help with positioning text in bottom right corner of content area

2011-10-26 Thread Angela French
From: Kevin A. Cameron [mailto:kevinacame...@gmail.com] Sent: Friday, October 21, 2011 2:29 PM To: Angela French Cc: css-d (css-d@lists.css-discuss.org) Subject: Re: [css-d] help with positioning text in bottom right corner of content area Try making the parent element position relative, and the AF ele

Re: [css-d] help with positioning text in bottom right corner ofcontent area

2011-10-21 Thread Angela French
I tried that. I think that div needs its parent to be relatively positioned. >-Original Message- >From: Jayesh T [mailto:xfs...@hotmail.com] >Sent: Friday, October 21, 2011 2:50 PM >To: Angela French; css-d@lists.css-discuss.org >Subject: Re: [css-d] help with positioning

Re: [css-d] help with positioning text in bottom right corner ofcontent area

2011-10-21 Thread Jayesh T
You could put it in a DIv like this: AF . Then your CSS is like this: .mybottom { position: absolute; bottom: 0; right: 0; height: 50px; background-color: blue; color: yellow; } hth --

Re: [css-d] help with positioning text in bottom right corner of content area

2011-10-21 Thread Angela French
d divs used to arrive at the content area. I'm a little hesitant to mess with them. Any other possibilities? From: Kevin A. Cameron [mailto:kevinacame...@gmail.com] Sent: Friday, October 21, 2011 2:29 PM To: Angela French Cc: css-d (css-d@lists.css-discuss.org) Subject: Re: [css-d] help

Re: [css-d] help with positioning text in bottom right corner of content area

2011-10-21 Thread David Laakso
On 10/21/11 5:15 PM, Angela French wrote: I need to position a very small text item in the bottom right hand corner of my content area. I've tried positioning it relative with bottom:0 and right:0, but that didn't work. So then I just positioned it like so: http://sbctc.edu/college/test.aspx

Re: [css-d] help with positioning text in bottom right corner of content area

2011-10-21 Thread Kevin A. Cameron
Oops, left:0 should be right:0. Kevin On Fri, Oct 21, 2011 at 2:29 PM, Kevin A. Cameron wrote: > Try making the parent element position relative, and the AF element > position absolute, bottom:0, left:0. > > Kevin > > > > On Fri, Oct 21, 2011 at 2:15 PM, Angela French wrote: > >> I need to posi

Re: [css-d] help with positioning text in bottom right corner of content area

2011-10-21 Thread Kevin A. Cameron
Try making the parent element position relative, and the AF element position absolute, bottom:0, left:0. Kevin On Fri, Oct 21, 2011 at 2:15 PM, Angela French wrote: > I need to position a very small text item in the bottom right hand corner > of my content area. > I've tried positioning it rel

Re: [css-d] Help with positioning...

2005-09-19 Thread Gunlaug Sørtun
Athreya Chidambi wrote: Can anyone tell me why the footer on this page for some reason is showing up under the search bar in firefox? Looks fine in IE. url:http://www.athreyachidambi.com/test/meil/profile.html In short: IE is wrong. IE is applying its 'Layout bug', and it's caused by width/

Re: [css-d] Help with positioning...

2005-09-19 Thread Jim Davis
Athreya, In #container add the rule display:table. Jim On 9/19/05, Athreya Chidambi <[EMAIL PROTECTED]> wrote: > > Hi, > Can anyone tell me why the footer on this page for > some reason is showing up under the search bar in > firefox? Looks fine in IE. > > url:http://www.athreyachidambi.com/t