Hi, sorry I can't provide you an URL, the following information might
help you helping me, thanks:
- I have a class function to clear the float elements, is not working
for the footer and I don't know why:
::XHTML::
<div id="footer">
<ul class="clearfix">
<li><a class="footerSelected" href="/">Home</a></li>
<li><a href="/servicos">Serviços</a></li>
<li><a href="/portfolio">Portfólio</a></li>
<li><a href="/empresa">Empresa</a></li>
<li><a href="/contactos">Contactos</a></li>
<li><a href="/blog">Blog</a></li>
</ul> <---- does not clear
<div id="simbolo"></div>
</div>
::CSS::
/* class para fazer "clear" */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* class para fazer "clear" IE */
/* Hides from IE-mac \*/
html .clearfix {height:1%;}
/* End hide from IE-mac */
#footer{
height:50px;
margin-top:40px;
background-color:#244878;
}
#footer ul{
width:780px;
margin:0 auto 0 auto;
}
#footer li{
float:left;
}
#footer li a{
display:block;
text-decoration:none;
padding:10px 30px 0 0;
color:white;
}
#simbolo{
width:74px;
height:77px;
background:url(images/simbolo.png) no-repeat 0% 0%;
}
Need more information, let me know. Thanks
Phillip
______________________________________________________________________
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/