DIV appear differently in chrome only.

Posted by DreamWave on Stack Overflow See other posts from Stack Overflow or by DreamWave
Published on 2011-01-03T13:41:42Z Indexed on 2011/01/03 13:54 UTC
Read the original article Hit count: 124

Filed under:
|

I have a website at bgflirt.com that appears differently in FireFox and Chrome. This is how it looks in firefox: ffdisplay and here's how it looks in chrome:chdisplay

As you can see, in chrome (and safari) the page is not stretched to fit the entire screen. I'm using this code for positioning the div containing the flash on the right:

<div style="width: 200px; position: absolute; right: 0px; top: 10px; overflow: hidden;">
    </div>

The page should look the way it does in firefox, in all browsers. Any ideas on how to fix this will be greatly appreciated !

© Stack Overflow or respective owner

Related posts about html

Related posts about css