Re: [css-d] 3 Col layout problem

2007-11-05 Thread David Laakso
Mike A wrote: > From: "David Laakso" <[EMAIL PROTECTED]> >> Mike A wrote: >>> Sent this to the list some hours ago but I notice from the site it >>> didn't get through... >>> >>> >>> I have a problem at http://www.webdev-academy.com/test-layout/. The >>> page validates. >>> >>> The main problem i

[css-d] 3 col layout problem

2007-11-05 Thread Mike A
I have a problem at http://www.webdev-academy.com/test-layout/. The page validates. The main problem is that IE6 throws the layout on browser resize. It also has what looks like FOUC. Other browsers "sort of" keep the format on browser resize. Hoping someone can provide feedback or direct me t

Re: [css-d] 3 Col layout problem

2007-11-04 Thread David Laakso
Mike A wrote: > Sent this to the list some hours ago but I notice from the site it didn't get > through... > > > I have a problem at http://www.webdev-academy.com/test-layout/. The page > validates. > > The main problem is that IE6 throws the layout on browser resize. It also has > what looks li

[css-d] 3 Col layout problem

2007-11-04 Thread Mike A
Sent this to the list some hours ago but I notice from the site it didn't get through... I have a problem at http://www.webdev-academy.com/test-layout/. The page validates. The main problem is that IE6 throws the layout on browser resize. It also has what looks like FOUC. Other browsers "sort

[css-d] 3-col layout but with FIXED width centre col

2007-10-16 Thread Tracy Shorrock
Sorry... sent it off before I put the subject line in. Sincere apologies, Tracy Begin forwarded message: > > Hi, > > Okay, here goes! I want to achieve this layout > freelancealot.co.uk/test/Retreat_Wellness_Centre.jpg > > Which would be easy if I were going for a fixed-width layout, however >

Re: [css-d] 3-col layout but with FIXED width centre col

2007-10-15 Thread Gunlaug Sørtun
Tracy Shorrock wrote: > I want to achieve this layout > freelancealot.co.uk/test/Retreat_Wellness_Centre.jpg > > Which would be easy if I were going for a fixed-width layout, however > I want the layout to be full-width (100%), also easy enough, but > then I want the left-col and right-col to

[css-d] 3-col layout but with FIXED width centre col

2007-10-15 Thread Tracy Shorrock
Hi, Okay, here goes! I want to achieve this layout freelancealot.co.uk/test/Retreat_Wellness_Centre.jpg Which would be easy if I were going for a fixed-width layout, however I want the layout to be full-width (100%), also easy enough, but then I want the left-col and right-col to be liquid and

Re: [css-d] 3 col layout breaks in IE6

2007-07-01 Thread Bruce Gilbert
On 7/1/07, Bruce Gilbert <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a test page set up at http://www.mellonaidftp.com/ssri/test.php > > the page displays as intended in IE7 and Firefox, but in IE6, it blows up. > The rounded corner boxes that should be floating right are displaying in the > m

[css-d] 3 col layout breaks in IE6

2007-07-01 Thread Bruce Gilbert
Hello, I have a test page set up at http://www.mellonaidftp.com/ssri/test.php the page displays as intended in IE7 and Firefox, but in IE6, it blows up. The rounded corner boxes that should be floating right are displaying in the middle column and the middle column text is barely making an appear

[css-d] 3 col layout IE7 issue

2007-05-16 Thread Martin Paton
Hi, We've managed to create the 3 col layout using CSS using the "Holy grail" method. This works great across IE 6, Firefox, Opera, and IE7... Except.. When you resize the text in IE7, the leftmost column moves in towards the centre and starts to overlap the text! This is the _ONLY_ problem, and

Re: [css-d] 3 col layout

2007-05-11 Thread ~davidLaakso
Martin Paton wrote: > For clarity I've uploaded a screenshot of what I want to achieve. I've > tried about a zillion combinations of 3-col layouts, but just can't get > it to work (except in firefox) > > http://pkl.net/~toasty/site.gif > > Martin > Don't know if this will help but it beats bang

Re: [css-d] 3 col layout

2007-05-11 Thread James Gadrow
Martin Paton wrote: > Hello > > Is it possible to contain a 3 column layout within another container? > > For clarity I've uploaded a screenshot of what I want to achieve. I've > tried about a zillion combinations of 3-col layouts, but just can't get > it to work (except in firefox) > > http://pkl.

Re: [css-d] 3 col layout

2007-05-11 Thread Ian Young
> > Hello > > Is it possible to contain a 3 column layout within another container? > > For clarity I've uploaded a screenshot of what I want to achieve. I've > tried about a zillion combinations of 3-col layouts, but just can't get > it to work (except in firefox) > > http://pkl.net/~toasty/site.g

[css-d] 3 col layout

2007-05-11 Thread Martin Paton
Hello Is it possible to contain a 3 column layout within another container? For clarity I've uploaded a screenshot of what I want to achieve. I've tried about a zillion combinations of 3-col layouts, but just can't get it to work (except in firefox) http://pkl.net/~toasty/site.gif Some advice w

Re: [css-d] 3-col layout problems

2006-11-07 Thread Gunlaug Sørtun
Mike Saylor wrote: > I've been trying to work out a 3-col layout without copying someone > else's. I want to work through this myself. Sounds reasonable. Keep the following page bookmarked though... ...as

[css-d] 3-col layout problems

2006-11-07 Thread Mike Saylor
This is my 1st post to CSS-Discuss. I am fairly familiar with CSS. I'm not a novice, but I'm no expert. I've been trying to work out a 3-col layout without copying someone else's. I want to work through this myself. I've got the layout working in Firefox & Netscape. But the columns won't equa

Re: [css-d] 3-col layout... things not adding-up - dropping content div - clearing sidebar content... oh my!

2006-06-21 Thread Micky Hulse
Ack, I did get it wrong... WRONG: /* Fix 3px jog & hide from IE5-mac: \*/ * html #colPrimary { margin: 0; height: 0.01%; } * html #colSecondary { margin: 0 0 0 17px; } * html #colTertiary { margin: 0 3px 0 0; } /* End IE5/mac hide */ RIGHT: /* Fix 3px jog & hide from IE5-mac: \*/

[css-d] 3-col layout... things not adding-up - dropping content div - clearing sidebar content... oh my!

2006-06-21 Thread Micky Hulse
Hey all... Not just here to say howdy, I need some help. :( So, this may be obvious to a lot of you folks, but I am having a heck of a time trying to figure-out why my content div drops in IE6 (only checked that version so far), and why adding few more pixels to the main container div seems t

Re: [css-d] 3-col layout auto-expanding DIV?

2005-09-04 Thread Edward Sanderson
Sorry, the link got lost in my previous post of this message. Here it is again... Just an update to my earlier query... It makes me spit, but due to deadlines, I'm having to fall-back onto tables to get the effect I want. The site now looks like this: http://eh0647.empetushosting.net/datasp

Re: [css-d] 3-col layout auto-expanding DIV?

2005-09-04 Thread Edward Sanderson
Susan, The content is being generated dynamically so I can't predict the widths of the pages. Also, even if I could, the page would still break if the font sizes (say) were increased because I assume I would have to give some sort of absolute width to the page which there is always the pos

Re[2]: [css-d] 3-col layout auto-expanding DIV?

2005-09-04 Thread Steve Clay
Sunday, September 4, 2005, 11:57:15 AM, Edward wrote: > It seems to me that this is a major failing of CSS positioning, that > a DIV can't recognise it's contents and expand accordingly. You desire a layout that can handle arbitrary contents, but if you put a 2000px wide table in a table layout, h

Re: [css-d] 3-col layout auto-expanding DIV?

2005-09-04 Thread Edward Sanderson
Just an update to my earlier query... It makes me spit, but due to deadlines, I'm having to fall-back onto tables to get the effect I want. The site now looks like this. It seems to me that this is a major failing of CSS positioning, that a DIV can't recognise it's contents and expand accord

Re: [css-d] 3-col layout auto-expanding DIV?

2005-09-02 Thread Edward Sanderson
Thanks for your help, Bob. I've commented out that line but it doesn't seem to make a difference (I'm not sure there's a reason it was there but I can't remember what it was now). Do you think it's the #left and #right columns pushing it down because they are set to overlap the centre column by 1

Re: [css-d] 3-col layout auto-expanding DIV?

2005-09-02 Thread Bob Easton
Edward Sanderson wrote: Hi, I've made a 3-col site for a client and am having problems with the middle column not accommodating it's content. The site is full-width with fixed width side columns and a flexible middle (http://eh0647.empetushosting.net/dataspring/test.asp). It's based on Pa

[css-d] 3-col layout auto-expanding DIV?

2005-09-01 Thread Edward Sanderson
Hi, I've made a 3-col site for a client and am having problems with the middle column not accommodating it's content. The site is full-width with fixed width side columns and a flexible middle (http://eh0647.empetushosting.net/dataspring/test.asp). It's based on Paul O'Brien's template (ht