I've been looking around the web for a solution to my problem but couldn't find anything suitable.
I have several <div> one underneath each other. In one of the <div> (called containerProducts), I have 6 other <div> that have float:left, because I want them to be aligned horizontally. Weirdly Firefox acts as if the <div> "containerProducts" was empty.
It works fine if I don't put float:left. I tried playing with position:relative and display:bloc, but nothing works.... or I'm doing something wrong :(