If you provide your current code I can give you html and css that you can
plug in and use. Here is an example:
/* css */
div.left, div.middle {
border: 1px solid #ccc;
width: 100px;
float: left;
padding: 10px;
margin: 0;
}
div.right {
border: 1px solid #ccc;
width: 100px;
padding: 10px;
margin: 0 0 0 240px;
}
/* html */
<div>
<div class="left">
<p>Left column</p>
</div>
<div class="middle">
<p>Middle column</p>
</div>
<div class="right">
<p>Right column</p>
</div>
</div>
On Tue, May 19, 2009 at 12:28 PM, TypicallyTropical <
[email protected]> wrote:
>
> Hi
>
> Thanks for this.
>
> I'm note sure why you need my current code? I may want to use this on
> any page.
>
> Could you give an example please?
>
> Many thanks.
>
> SC
>
>
> On May 19, 2:14 pm, Andrew Baughman <[email protected]> wrote:
> > Inside the center column, you could create three divs. The left and
> middle
> > divs would need 'float: left;' applied to them. The middle and right divs
> > would need an appropriate 'margin-left' value applied to them. I assume
> > theses are the same principles being applied in the main 3 column layout
> you
> > are using, only on a smaller scale. If you post the code you are using, I
> > should be able to give better advice.
> >
> > On Mon, May 18, 2009 at 10:59 AM, TypicallyTropical <
> >
> >
> >
> > [email protected]> wrote:
> >
> > > Hi
> >
> > > I have a CSS 3 column layout but want to emulate a 3 column table
> > > inside the centre column with CSS.
> >
> > > Therefore CSS columns inside a CSS column.
> >
> > > Are there any examples of this anyplace? I have searched and searched.
> >
> > > Surely I am not the only person needing this?
> >
> > > Many thanks
> >
> > > SC
> >
> > --
> > Thanks,
> > Andy Baughman
> >
>
--
Thanks,
Andy Baughman
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---