Does anybody have firebug? If yes, would you please inspect my site and just tell me why is the footer behaving in that weird way.
My site: [LINK]
user: guest
pass: guest

And here is the CSS of #el-footer
I've been trying to solve this problem but I just can't find its code.
My site: [LINK]
user: guest
pass: guest

And here is the CSS of #el-footer
Code:
#el-footer { color: #626A69; background-color: #FFFFFF; padding: 15px 0 0; position: relative; text-align: center; margin-bottom: -50px; vertical-align: bottom; width: 950px; } #el-footer small { color: #858783; font-size: 100%; } #el-footer ul { margin: 0 0 8px; padding: 0; line-height: normal; } #el-footer li { display: inline; margin: 0; padding: 0; background: url(../images/vline.gif) no-repeat center left; } #el-footer li a { display: inline; line-height: normal; padding: 0 15px; } li.el-firstitem { background: none !important; } .el-footurl { float: none; clear: both; }
Comment