On 20 Mar 2007, at 10:25, Phillip Cavaco wrote:
> - I have a class function to clear the float elements, is not working
> for the footer and I don't know why:

> #footer{
>  height:50px;
>  margin-top:40px;
>  background-color:#244878;
> }
>       
> #simbolo{
>  width:74px;
>  height:77px;
>  background:url(images/simbolo.png) no-repeat 0% 0%;
> }

Is it actually because the height of the elements inside the #footer  
are much higher than the footer itself? This would likely cause  
overflow problems.

The #simbolo div alone is 77px high... try removing the height  
property on #footer and see if that helps any.



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to