views:

1526

answers:

1

Here is my website: link text

On my website, it seems every updated browser (FF, Opera, Safari, IE8, IE7, and even IE6) seem to render the separating line between my content div and sideMenu div.

However, chrome browser doesn't seem to want to render the background to the container div (link text) where the content div is. It seems like my content div is one pixel to the left too much. However, when you zoom the text (Ctrl + Scrollwheel) the line will appear.

Is this a known rendering bug? or a CSS bug?

Here is my website: link text

A: 

The glitch might go away if you remove "background: #FFF;" from your #content css. The part of the background image that's beneath the content div is white anyways.

David