RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
Glad to hear it Doug, If you've got any other questions then feel free to ask :-D Once you get your head around CSS you'll fall in love with it. Rob -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:30 To: CF-Talk Subject: RE: OT: css n00

RE: OT: css n00b question

2007-03-23 Thread Doug Brown
Robert, Thanks a lot that seems to do the trick...Back to the learning drawing board :) Doug -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:20 AM To: CF-Talk Subject: RE: OT: css n00b question Hello Doug, I'm unab

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
No, no, I'm just lazy ;-) -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:24 To: CF-Talk Subject: RE: OT: css n00b question Unable to test? Don't have a browser installed on your computer? :) -Original Message- From: Robe

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
on your computer? > > :) > > -Original Message- > From: Robert Rawlins - Think Blue > [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 8:20 AM > To: CF-Talk > Subject: RE: OT: css n00b question > > Hello Doug, > > I'm una

RE: OT: css n00b question

2007-03-23 Thread Andy Matthews
Unable to test? Don't have a browser installed on your computer? :) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 8:20 AM To: CF-Talk Subject: RE: OT: css n00b question Hello Doug, I'm unable to test this, but yo

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
Hi Doug Sorry Margin is correct lol ignore my previous post ;) Jose On 3/23/07, Jose Diaz <[EMAIL PROTECTED]> wrote: > > Hi Doug > > Yeah I would use something like > > > #bottomContent > { > width: 600px; > padding-top: 10px; > background: #ff ; > } > > > > HTH > > > > Jose Diaz > > > On 3

RE: OT: css n00b question

2007-03-23 Thread Robert Rawlins - Think Blue
Hello Doug, I'm unable to test this, but you may want to try something like this. mailto:[EMAIL PROTECTED] Sent: 23 March 2007 13:15 To: CF-Talk Subject: Re: OT: css n00b question I prefer using margin when I'm creating space between containers and padding when I'm trying

RE: OT: css n00b question

2007-03-23 Thread Doug Brown
-align: center; } -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 7:15 AM To: CF-Talk Subject: Re: OT: css n00b question I prefer using margin when I'm creating space between containers and padding when I'm trying to create space betwe

Re: OT: css n00b question

2007-03-23 Thread Jose Diaz
Hi Doug Yeah I would use something like #bottomContent { width: 600px; padding-top: 10px; background: #ff; } HTH Jose Diaz On 3/23/07, Doug Brown <[EMAIL PROTECTED]> wrote: > > I am trying my first css design and was wondering how to accomplish > something. Say I have a container div

Re: OT: css n00b question

2007-03-23 Thread Rob Wilkerson
I prefer using margin when I'm creating space between containers and padding when I'm trying to create space between content and the container edge. I just find it easier to think about that way, I guess. I don't know why margin isn't working for you, though. Can you post a *snippet* of the css?

OT: css n00b question

2007-03-23 Thread Doug Brown
I am trying my first css design and was wondering how to accomplish something. Say I have a container div which contains left, right and center columns and then below those three columns I want another div with spacing between the three columns above it, how would I accomplish this correctly? Would