----- Original Message ----- 
From: "Carol Huddleston" <[EMAIL PROTECTED]>
To: <css-d@lists.css-discuss.org>
Sent: Thursday, July 10, 2008 8:09 PM
Subject: [css-d] Nav Bar Stacked in IE7


> This is my first page that I've designed using CSS, so I'm sure I've
> made a lot of mistakes here. I am using a Mac and primarily used
> Safari and FF 3.0 to check my work. The page looks okay on my screen,
> except in Safari it looks like the red border around the left
> navigation links doesn't go all the way down to encompass the border.
>
> Also, I was able to look at the page today in IE7 and the body is not
> next to the left navigation links like it's supposed to be, the links
> are stacked on top. What am I doing wrong?
>
> http://www.prairiedreamstudio.com/testindex.html
> http://www.prairiedreamstudio.com/css/layout.css
>
> Thanks for the help!
>
> Carol
>
>

Carol:

Fix this in your CSS first,

#bodytext    { float: clear;
... should be ...
#bodytext    {clear: left;

and fix the color in your footer, I take it you mean color: #9999CC or 
color: #999CCC

You've got a number of validation errors, most likely unrelated to your 
issue above.

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.prairiedreamstudio.com%2Ftestindex.html

Best,

Peter
www.fatpawdesign.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/

Reply via email to