I have been working on this website for a couple days now, until i did what most web developers fear, look at the site with other browsers, such as IE and Firefox. For some reason, the logo ticker in Firefox is not dropped down like it would be in Google Chrome. Here is the website. I have tried to fix it on my own, looking through my source code, but found nothing i did wrong. What could be causing this issue in Firefox?
here is my CSS:
.list_carousel { background-color: #FFF; margin: 0 0 30px 60px; width: 360px; } .list_carousel ul { margin: 0; padding: 0; list-style: none; vertical-align:middle; } .list_carousel li { font-size: 40px; color: #999; text-align: center; vertical-align:middle; background-color: #FFF; width: 50px; height: 75px; line-height:75px; padding: 0; margin:6px; float: left; } .list_carousel li img{ vertical-align: middle; display:inline-block; opacity: 0.8; } .list_carousel li img:hover{ vertical-align: middle; display:inline-block; opacity: 1; } .list_carousel.responsive { width: auto; margin-left: 0; } .clearfix { float: none; clear: both; } Nice Google Chrome: 
And FireFox: 