Re: [css-d] Help with positioning list

2013-03-20 Thread Larry Martell
On Sun, Mar 17, 2013 at 2:40 PM, Jon Reece jon.re...@gmail.com wrote: On Sun, Mar 17, 2013 at 9:42 AM, Larry Martell larry.mart...@gmail.com 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

Re: [css-d] Help with positioning list

2013-03-17 Thread Jon Reece
On Sun, Mar 17, 2013 at 9:42 AM, Larry Martell larry.mart...@gmail.comwrote: 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,

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

[css-d] help with positioning

2012-12-07 Thread Chris Kavinsky
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 the content up to fill the space (top:-115px). There's a

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

2011-10-26 Thread Angela French
[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 element position absolute

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

2011-10-21 Thread Angela French
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: p style=position:relative;bottom:0;left:100%;AF/p. This does move it to the

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 afre...@sbctc.edu wrote: I need to position a very small text item in the bottom right hand corner of my content area. I've tried

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 kevinacame...@gmail.comwrote: 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

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 Angela French
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 with positioning

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

2011-10-21 Thread Jayesh T
-- From: Angela French afre...@sbctc.edu Sent: Friday, October 21, 2011 10:15 PM To: css-d@lists.css-discuss.org Subject: [css-d] help with positioning text in bottom right corner ofcontent area I need to position a very small text item in the bottom right hand corner

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 text in bottom right

Re: [css-d] Help needed positioning

2006-05-27 Thread Gunlaug Sørtun
accent2 wrote: Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html It shows fine in IE but not in N7. IE's 'Layout'-bug[1] is creating the skewed positioning, and you have adjusted your layout for that bug which other

Re: [css-d] Help needed positioning

2006-05-27 Thread mylittleaccount
Hi, accent2 wrote: Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html another thing to think about: Your main navigation only works with JavaScript enabled. Without, nothing can be seen and the text The pages linked from

Re: [css-d] Help needed positioning

2006-05-27 Thread mylittleaccount
Hi, accent2 wrote: Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html another thing to think about: Your main navigation only works with JavaScript enabled. Without, nothing can be seen and the text The pages linked from

[css-d] Help needed positioning

2006-05-26 Thread accent2
Hi folks Am still stuck on a page with valid xhtml 1.0 valid css2. http://athene.riv.csu.edu.au/~wmccle01/resources/01index.html It shows fine in IE but not in N7. I have coloured the 'container' div blue to show its area. But N7 pushes it all skewiff. Any suggestions?

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

2005-09-20 Thread Athreya Chidambi
thanks you guys...much appreciated! cheers A. - To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. __ css-discuss [EMAIL PROTECTED]

[css-d] Help with positioning...

2005-09-19 Thread Athreya Chidambi
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/test/meil/profile.html css:http://www.athreyachidambi.com/test/meil/mainstyle.css thanks A.

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.

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