Re: [css-d] 3 same height columns layout problem

2005-12-30 Thread David Laakso
Samatason Ltd wrote: > >Is there a basic technique you are using here that I can study up on? > See the three column tutorial on this page . A containing division was added to provide the fixed width. And Georg Sortun was kind enough to remind

Re: [css-d] 3 same height columns layout problem

2005-12-30 Thread Samatason Ltd
pixel shift on positioniseverything so I think that bit can be sorted easily... Best regards, Chris -Original Message- From: David Laakso [mailto:[EMAIL PROTECTED] Sent: 29 December 2005 23:04 To: CSS List Cc: [EMAIL PROTECTED] Subject: Re: [css-d] 3 same height columns layout problem Samatason Ltd wr

Re: [css-d] 3 same height columns layout problem

2005-12-29 Thread David Laakso
Samatason Ltd wrote: >Hi David > >Thank you very much for taking the time to put that together! I will study >your code to see how you are doing it and report back... > >ATB > > >Yes. . >I can't fix anything-- easier to start with a clean sheet. >The xml d

Re: [css-d] 3 same height columns layout problem

2005-12-29 Thread Samatason Ltd
: [EMAIL PROTECTED]; CSS List Subject: Re: [css-d] 3 same height columns layout problem Samatason Ltd wrote: > >Is there anyway I can get the background to show without setting a height? >Page at http://www.samatason.co.uk/clients/tc3/ >CSS at http://www.samatason.co.uk/clients/tc3/css/t

Re: [css-d] 3 same height columns layout problem

2005-12-29 Thread David Laakso
Samatason Ltd wrote: > >Is there anyway I can get the background to show without setting a height? >Page at http://www.samatason.co.uk/clients/tc3/ >CSS at http://www.samatason.co.uk/clients/tc3/css/tc.css >Chris > > Yes. . I can't fix anything-- easier to s

Re: [css-d] 3 same height columns layout problem

2005-12-29 Thread Samatason Ltd
particularly in IE. Thanks anyway! -Original Message- From: Sue Forrester [mailto:[EMAIL PROTECTED] Sent: 29 December 2005 19:10 To: [EMAIL PROTECTED] Subject: Re: [css-d] 3 same height columns layout problem Is there anyway I can get the background to show without setting a height

Re: [css-d] 3 same height columns layout problem

2005-12-29 Thread Samatason Ltd
Hi Thanks for the links! Having spent yet another day on this I feel I am now pretty close! I am using a background image repeated on the y axis to give me my 3 equal height columns but there's a catch! When I place the background image in the container that contains my 3 floated div columns - t

Re: [css-d] 3 same height columns layout problem

2005-12-28 Thread Jesper Brunholm
Hi Extremely briefly as I'm too tired: The Wiki has these two entries that you do not seem to have seen, if Dan's answer does not help you, they might :-) (and if you have seen them then please accept my apologies ;-)) # ThreeColumnLayouts - these people suffered so you don't have to

Re: [css-d] 3 same height columns layout problem

2005-12-28 Thread Dan Jallits
I am not going to write it all out for you since it has been done many times before but you should check out the following article . On 12/28/05, Samatason Ltd <[EMAIL PROTECTED]> wrote: > Hi > > Adding > > margin: 0 0 0 0; > > to the body

Re: [css-d] 3 same height columns layout problem

2005-12-28 Thread Samatason Ltd
Hi Adding margin: 0 0 0 0; to the body seems to sort the top gap but only in FF... Confused... ATB Chris __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discu

[css-d] 3 same height columns layout problem

2005-12-28 Thread Samatason Ltd
Hi - I hope everyone had a good Christmas! Thanks to everyone who replied to my first post "Reassurance or otherwise required for first efforts in CSS!" - I took on board all that was said and I have spent the time since reading what feels like 1000+ articles and posts in this list on CSS layouts