Re: [css-d] No space below Nav bar

2009-08-05 Thread Tim Snadden
On 5/08/2009, at 9:02 AM, Brian M. Curran wrote: > Hi, > I can't get a space between my nav bar and my header text. I > followed the book "Bullet Proof Web Design" to create the nav bar, > and got the header to sit below the nav bar only by adding the > clear: right; rule to the header text

Re: [css-d] No space below Nav bar

2009-08-04 Thread David Laakso
Brian M. Curran wrote: > Hi Folks, > I finally got it to work. :) I added a bottom margin to the nav bar, and > eliminated the #content div. This separated the nav bar and the header. > > The solution isn't that satisfying though, because I still don't understand > why the #content div technique

[css-d] No space below Nav bar

2009-08-04 Thread Brian M. Curran
Hi Folks, I finally got it to work. :) I added a bottom margin to the nav bar, and eliminated the #content div. This separated the nav bar and the header. The solution isn't that satisfying though, because I still don't understand why the #content div technique didn't work in the compliant brows

[css-d] No space below Nav bar

2009-08-04 Thread Brian M. Curran
Hi, I can't get a space between my nav bar and my header text. I followed the book "Bullet Proof Web Design" to create the nav bar, and got the header to sit below the nav bar only by adding the clear: right; rule to the header text, as the book recommended. Without this rule they were one on to