Re: [css-d] Can't find source of block-level error

2008-03-18 Thread Peter Hyde-Smith

Subject: [css-d] Can't find source of block-level error


 http://blog.kim.thewei.com/

 I could use some help with this. I've managed to totally confuse
 myself. My sidebar won't snap into place to the right of my
 narrowcolumn, and my page won't validate. I can't figure out what's
 going on.
 Thanks  . . .
  Kimi Wei
   201.475.1854
   http://thewei.com

03/18/2008

Kim:

A couple of things. It appears that you have the nav sidebar nested within 
the .narrowcolumn. And you will also have to declare an explicit width on 
the .narrowcolumn, other wise it will expand and fill the entire width of 
#content, and not allow anything to float next to it. It has to be narrower 
than width of #content - .navigation.

You are not validating because you appear to be missing a closing /div tag 
(or an extra one!).  Which may also be why the nav and .narrowcontent float 
isn't working!!! Try sticking a /div tag either right before div 
class=navigation OR one right before the closing /body tag. Then 
revalidate. Your page may look wonky but it may get a green light by the 
validator.

IMO, you should add a comment right before the nav div so it is easier to 
find.

Best Regards,

Peter
www.fatpawdesign.com
works in IE8! 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Can't find source of block-level error

2008-03-18 Thread Kim Brooks Wei
http://blog.kim.thewei.com/

At 7:49 AM -0500 3/18/08, Peter Hyde-Smith [ed: THANKS PETER!] wrote:

you will also have to declare an explicit width on
the .narrowcolumn

You are not validating

I've solved some problems and page now validates, but I still need to 
get the sidebar to the top of the content column.

-- 
  Kimi Wei
   201.475.1854
   http://thewei.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Can't find source of block-level error

2008-03-18 Thread Valerie Wininger
Get rid of the margin-right on the .narrowcolumn and the sidebar div should
slide up next to it.

Valerie

On Tue, Mar 18, 2008 at 11:13 AM, Kim Brooks Wei [EMAIL PROTECTED]
wrote:

 http://blog.kim.thewei.com/

 At 7:49 AM -0500 3/18/08, Peter Hyde-Smith [ed: THANKS PETER!] wrote:

 you will also have to declare an explicit width on
 the .narrowcolumn
 
 You are not validating

 I've solved some problems and page now validates, but I still need to
 get the sidebar to the top of the content column.

 --
   Kimi Wei
   201.475.1854
   http://thewei.com

 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




-- 
Valerie Wininger
www.valeriewininger.com
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Can't find source of block-level error

2008-03-18 Thread Kim Brooks Wei
Ah hah. And there it is, pretty as a picture! Thanks, Valerie
Kimi

At 11:28 AM -0400 3/18/08, Valerie Wininger wrote:
Get rid of the margin-right on the .narrowcolumn and the sidebar div 
should slide up next to it.

-- 
  Kimi Wei
   201.475.1854
   http://thewei.com

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/