I’m having a weird float problem on my site in firefox.
The meta and tweet link should appear at the bottom of the modules. There are floated elements prior to the div.meta
Have tried
overflow: auto
clear: both
Possibly a syntax problem I havent spotted. If anyone can have a look.. Much appreciated.
The structure is a bit odd… try putting the meta div inside the bigger div and restyle and rethink the meta-divs layout. That would probably put you off in a better position to fix these errors later on.
I made a quick fiddle, demonstrating how it could be done instead. It’s not perfect but it gives you a hint. Also, don’t do as I do and use inline styling, I used it for speeds sake.
Fiddle found here