tags:

views:

25

answers:

1

Hello,

I am developing a website for a Curling Club in France. When you open the website http://www.bcc.ionyse.com/ with Firefox you don't have any problem. But if you try using webkit, the right column disappear.

Do you know what's wrong ? I am guessing some clear or overflow CSS properties are missing but I cannot figure out how.

Thanks.

+1  A: 

When I inspected it in Firebug and Chrome's Developer tools, it appears that when I turned off the overflow: auto; in Chrome, it put it back in the right place, but the content is below the content in the left column.

I'd suggest re-writing the HTML to keep the columns more separate.

Kyle Sevenoaks