Re: [css-d] two-column layout question

2012-09-10 Thread David Hucklesby
On 9/10/12 12:50 PM, Chris Kavinsky wrote: [...] The right column has a 3rd-party plugin that uses a set width. I want the main column (left side) to fill the screen as the screen resizes until it hits about 600px wide. At that point the right side column should drop below the left main content.

Re: [css-d] two-column layout question

2012-09-10 Thread Ben Henick
On 9/10/12 2:50 PM, Chris Kavinsky wrote: The right column has a 3rd-party plugin that uses a set width. I want the main column (left side) to fill the screen as the screen resizes until it hits about 600px wide. At that point the right side column should drop below the left main content. Norma

[css-d] two-column layout question

2012-09-10 Thread Chris Kavinsky
I'm working on a site that's a basic two-column layout, the larger on the left and the shorter on the right. I'm trying to set up the CSS to be responsive, but there's a couple of challenges I'm running into that I could use some help with. The right column has a 3rd-party plugin that uses a set w

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread [EMAIL PROTECTED]
>>> http://brassblogs.com/templates/2col.stickyfoot.leftsidebar/ This is pretty close to what I'm looking for. The only thing I see missing is that the main column is supposed to be fluid. I might play around with altering it.<< Actually it's based off a fluid layout. If you remove the #wra

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread Scott Sauyet
David Laakso wrote: > Scott Sauyet wrote: >> I'm looking for a two-column layout. The left (#nav) column should be >> fixed width and the right (#main) one fluid. I'd like to have a footer >> that sticks to the bottom of the viewport or the bottom of the document, >> whichever is lower. And I

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread Scott Sauyet
[EMAIL PROTECTED] wrote: > I wanted to re-send because I thought this might help someone else > looking for the same thing - otherwise I wouldn't bother. I just did > this *exact* layout for a client the day before yesterday. You can get > the "vanilla" version here: > > http://brassblogs.com

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread [EMAIL PROTECTED]
Wow. Sorry Scott - you'll be getting this twice! I keep forgetting when I hit "reply" to this list, it only replies to the original person - not the whole list. I wanted to re-send because I thought this might help someone else looking for the same thing - otherwise I wouldn't bother. I just

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread David Laakso
Scott Sauyet wrote: > I'm looking for a two-column layout. The left (#nav) column should be > fixed width and the right (#main) one fluid. I'd like to have a footer > that sticks to the bottom of the viewport or the bottom of the document, > whichever is lower. And I'd like the main content t

Re: [css-d] Two-column layout with sticky footer.

2008-03-07 Thread Christian Kirchhoff
Scott Sauyet schrieb: > Okay, I swear I've done this a thousand times, and seen it ten thousand, > but I've having problems with a straightforward layout problem. I'm > wondering if anyone has a similar layout laying around... > > I'm looking for a two-column layout. The left (#nav) column shou

[css-d] Two-column layout with sticky footer.

2008-03-07 Thread Scott Sauyet
Okay, I swear I've done this a thousand times, and seen it ten thousand, but I've having problems with a straightforward layout problem. I'm wondering if anyone has a similar layout laying around... I'm looking for a two-column layout. The left (#nav) column should be fixed width and the righ

Re: [css-d] Two column layout

2006-07-19 Thread francky
Debbie Silbert wrote: >Hello: >I am trying to layout a page as follows: > >Container > Header > End Header > > MiddleContainer > MainText >MainText End > >NavBar >NavBar End > MiddleContai

[css-d] Two column layout

2006-07-19 Thread Debbie Silbert
Hello: I am trying to layout a page as follows: Container Header End Header MiddleContainer MainText MainText End NavBar NavBar End MiddleContainerEnd Footer

Re: [css-d] two column layout overflow problem

2006-02-13 Thread Gunlaug Sørtun
Mik F wrote: > getting a bit of 'code blindness' trying to resolve something, > coupled with the fact that I can't remembr which bits I've already > attempted to tweak. Comes as no surprise, as styles overrides - and sometimes duplicate - other styles everywhere. I can't make it work either - un

Re: [css-d] two column layout overflow problem

2006-02-13 Thread David Laakso
Mik F wrote: >Folks, >getting a bit of 'code blindness' trying to resolve something, coupled >with the fact that I can't remembr which bits I've already attempted >to tweak. >two links should show the obvious problem; can anyone point out the >obvious to me? >http://www.gallerykitchendesign.co.uk/

[css-d] two column layout overflow problem

2006-02-13 Thread Mik F
Folks, getting a bit of 'code blindness' trying to resolve something, coupled with the fact that I can't remembr which bits I've already attempted to tweak. two links should show the obvious problem; can anyone point out the obvious to me? http://www.gallerykitchendesign.co.uk/dev/index.html http:/

Re: [css-d] Two column layout and IE float bug

2005-09-27 Thread Gunlaug Sørtun
Scott Goldstein wrote: If the width of the browser window is reduced until a point smaller than the content within the float container, the content within the float container will shift below the float. That's the old 'auto-expand containers to give space for content'. It is part of the MSIE h

[css-d] Two column layout and IE float bug

2005-09-27 Thread Scott Goldstein
I'm modeling a page based on the two column liquid layout in the float tutorial from Max Designs (http://css.maxdesign.com.au/floatutorial/tutorial0816.htm). I've discovered a bug in IE that causes problem with my page and the code in this tutorial. If the width of the browser window is reduce

Re: [css-d] Two Column Layout

2005-07-14 Thread Richard Brown
Hi David and All Thanks for the responses. My question is built around the site I asked a question about yesterday. If you look at: I am hoping you'll see what I mean. I have stripped all the css out and left it to bare minimum. It is at:

Re: [css-d] Two Column Layout

2005-07-14 Thread David Laakso
Richard Brown wrote: Hi All I want to get hold of a two column fixed width layout. The left column is meant to stretch the full length of the site. The right column is to contain a nav bar at the top followed by a header, content and a footer. Could someone point me to a suitable tutorial

Re: [css-d] Two Column Layout

2005-07-14 Thread Keith Sader
A good place to start is on the wiki http://css-discuss.incutio.com/?page=TwoColumnLayouts > > I want to get hold of a two column fixed width layout. The left column > is meant to stretch the full length of the site. The right column is to > contain a nav bar at the top followed by a header, con

[css-d] Two Column Layout

2005-07-14 Thread Richard Brown
Hi All I want to get hold of a two column fixed width layout. The left column is meant to stretch the full length of the site. The right column is to contain a nav bar at the top followed by a header, content and a footer. Could someone point me to a suitable tutorial or design that I could