Yep, sounds like a clearing problem. One new declaration to your "#footbar"
ruleset should fix the problem:
#footbar
{
clear: both; /* clears floated items above */
height: 30px;
background: url(pics/slick_blackbar.png);
border-bottom: 1px #fff solid;
border-top: 1px #fff solid;
}
HTH
Russ
> Anyone with tips?
>
> Note: So far this has been developed in Firefox & Safari. I don't know
> what MSIE does with it yet.
>
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************