CSS issues Chrome vs FF

Manganix

Member
Hi,


could you please check and advise:

the page is looking as it should be in Chrome and Safari, but is completely out of order in Firefox?
I thought IE was the problem-browser and Chrome and FF were similar as for CSS-rendering?

What am I overlooking?

Thanks for your tips ;-)

TO BE: http://gamanga.com/Index2.php


PS: design is still ongoing
 

zakelijk

New Member
You could try to add:

HTML:
position:relative;
float: left;

at all the OUT_NOW div's inside the #OUTNOW_CONTENT container.
 
Top