>
Oh no! I tried changing it to clear: left; and it still is stacking  
up in IE7. I don't know what I'm doing wrong.

Carol


> 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
>

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


Carol Huddleston
[EMAIL PROTECTED]



______________________________________________________________________
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