Re: [css-d] Footer placement in FF

2011-04-29 Thread Chetan Crasta
On Fri, Apr 29, 2011 at 12:04 PM, Steve Caramia wrote: > This worked: http://www.duclauddesign.com/ > > This doesn't: http://www.lankforddesign.com/ > Both pages have problems, and not just in Firefox. When the browser window height is around 600px the layout breaks. For a sticky footer (footer

Re: [css-d] Footer placement in FF

2011-04-29 Thread David Laakso
On 4/29/11 2:34 AM, Steve Caramia wrote: Hi again. This time, IE is NOT the issue. I want the footer to hug the bottom. This worked: http://www.duclauddesign.com/ This doesn't: http://www.lankforddesign.com/ Steve Change #footer from position absolute to position fixed. Best, ~d -- h

[css-d] column help...

2011-04-29 Thread Michael Beaudoin
I got a bounceback, so I'm sending again. Pardon if it's a repeat... First of all, thanks to all who have helped me in the past. I seem to get stuck on the simple stuff and it aggravates me to no end, but I'm learning. Ok. I have a layout I'm working on and I can't get the middle 4 columns to li

Re: [css-d] column help...

2011-04-29 Thread Chetan Crasta
Try this: #page-wrap { overflow:hidden; } #4col1, #4col2, #4col3, #4col4 {float:left;width:25%} Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] column help...

2011-04-29 Thread Jukka K. Korpela
Michael Beaudoin wrote: Ok. I have a layout I'm working on and I can't get the middle 4 columns to line up side-to-side. I've floated them left but they don't seem to take on the layout I want. Do I need to put them in a div? Check it here. http://ba-doyn.com/sda/davinci_test/ The relevant i

Re: [css-d] column help...

2011-04-29 Thread Jukka K. Korpela
Michael Beaudoin wrote: Ok. I have a layout I'm working on and I can't get the middle 4 columns to line up side-to-side. I've floated them left but they don't seem to take on the layout I want. Do I need to put them in a div? Check it here. http://ba-doyn.com/sda/davinci_test/ The relevant i

Re: [css-d] column help...

2011-04-29 Thread Michael Beaudoin
On Apr 29, 2011, at 8:48 AM, Chetan Crasta wrote: Try this: #page-wrap { overflow:hidden; } #4col1, #4col2, #4col3, #4col4 {float:left;width:25%} Regards, Chetan Crasta I gave it a try and nothing happens. I figured there would be an overflow needed, but I can't seem to find the correct

Re: [css-d] column help...

2011-04-29 Thread Claude Needham
On Fri, Apr 29, 2011 at 6:59 AM, Michael Beaudoin wrote: > > I gave it a try and nothing happens. > > I figured there would be an overflow needed, but I can't seem to find the > correct place. I'm still fuzzy about overflow. Will reread the List Apart > article I found. Suggest you revisit "Juk

Re: [css-d] column help...

2011-04-29 Thread Michael Beaudoin
On Apr 29, 2011, at 9:14 AM, Claude Needham wrote: On Fri, Apr 29, 2011 at 6:59 AM, Michael Beaudoin doyn.com> wrote: I gave it a try and nothing happens. I figured there would be an overflow needed, but I can't seem to find the correct place. I'm still fuzzy about overflow. Will reread th

Re: [css-d] column help...

2011-04-29 Thread Alan Gresley
On 29/04/2011 11:55 PM, Jukka K. Korpela wrote: Michael Beaudoin wrote: Ok. I have a layout I'm working on and I can't get the middle 4 columns to line up side-to-side. I've floated them left but they don't seem to take on the layout I want. Do I need to put them in a div? Check it here. http

[css-d] form styling

2011-04-29 Thread Debbie Campbell
I'm having problems with styling this form at the top, generated from a WordPress plugin, to match the HTML form at the bottom: http://www.hachseminars.com/contact-us/ Specifically, it's lining up the labels and inputs in the top section evenly, and the same for the Your Interests section (a

Re: [css-d] column help...

2011-04-29 Thread Chetan Crasta
On Fri, Apr 29, 2011 at 7:22 PM, Jukka K. Korpela wrote: > The relevant id="..." attribute values begin with a digit (4), which is > prohibited in XHTML and, more importantly, in CSS. Of course, good catch! Regards, Chetan Crasta _

Re: [css-d] form styling

2011-04-29 Thread Debbie Campbell
Yes, like the bottom. I can add any tags needed in the form. I'll give this a try shortly, thanks! -- Debbie On 4/29/2011 9:12 AM, Tim Duffy wrote: you want the top styled like the bottom. right? is the tag dynamically generated in the top form? if you get rid of that, add the property over

Re: [css-d] Footer placement in FF - FIXED!

2011-04-29 Thread Steve Caramia
Thanks Chetan! It worked! (I think -- still a little funky in Browserlab, but it looks great in FF4 windows in Parallels on my mac.) http://www.lankforddesign.com/ On Apr 28, 2011, at 11:58 PM, Chetan Crasta wrote: On Fri, Apr 29, 2011 at 12:04 PM, Steve Caramia > wrote: This worked:

Re: [css-d] Footer placement in FF - FIXED!

2011-04-29 Thread Steve Caramia
Great! Thanks for cleaning up my code. I'm a little confused, though. The Sticky Footer page specifically says NOT to add margin values on the top and bottom. Using top and bottom margins inside some elements may push your footer down by that margin height, perhaps in a header or the wrap o

[css-d] CSS positioning question

2011-04-29 Thread Rory Bernstein
I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When positioned correctly, the left & right edges of the logo w

Re: [css-d] CSS positioning question

2011-04-29 Thread Rod Castello
I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When positioned correctly, the left & right edges of the logo w

Re: [css-d] CSS positioning question

2011-04-29 Thread Rich M
On 04/29/2011 05:04 PM, Rory Bernstein wrote: I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When positioned

Re: [css-d] CSS positioning question

2011-04-29 Thread David Laakso
On 4/29/11 5:04 PM, Rory Bernstein wrote: I coded this page today: http://rorybernstein.com/proto_josephine/index.html ...and it's done but for one detail: I need to move the logo down so that it sits over the top of the divd #container, which has a black border around it. When positioned cor

Re: [css-d] column help...

2011-04-29 Thread Philippe Wittenbergh
On Apr 29, 2011, at 11:24 PM, Alan Gresley wrote: > This is not completely true. Firstly the XHTML is traditional so it's not > true XHTML That doesn't matter, as ID's starting with a leading digit are not allowed in html4.01. Beside, XHTML strict served as text/html is handled just the same a

Re: [css-d] Footer placement in FF - FIXED!

2011-04-29 Thread Chetan Crasta
On Sat, Apr 30, 2011 at 2:19 AM, Steve Caramia wrote: > Great! Thanks for cleaning up my code. I'm a little confused, though. The > Sticky Footer page specifically says NOT to add margin values on the top and > bottom. In this case, it does not cause any problems. It works correctly in IE 7, IE 8

Re: [css-d] column help...

2011-04-29 Thread Jukka K. Korpela
Philippe Wittenbergh wrote: On Apr 29, 2011, at 11:24 PM, Alan Gresley wrote: This is not completely true. Firstly the XHTML is traditional so it's not true XHTML That doesn't matter, as ID's starting with a leading digit are not allowed in html4.01. Right, but this is really a formality -

Re: [css-d] CSS positioning question

2011-04-29 Thread Chetan Crasta
Try this: #header { height: 50px; margin: 0 auto -19px; padding: 30px 0 0; position: relative; text-align: center; width: 445px; background-color: white; z-index: 100; } Regards, Chetan Crasta __ css-discuss [css-d@li