PAffiliates
IS-IT--Management
Hi, I'm new to the CSS forum here. The problem I am having is that I create a page with a valid xhtml doctype and css (validated through w3c), and in Firefox, when you click to the left of the page (it is centered) blocks of text or images near the section of the page I clicked on become highlighted. IE does not do this. I have no idea how to fix this, and cannot find anything on how to stop this.
So, I've come to figure out that it is the overflow: hidden; property of firefox that is causing the issue of blocks of text, images, etc to be selected as described in my previous paragraph. In order for my page wrapper to grow and contain my other divs and content, I have to use overflow: hidden, otherwise my wrapper disappears. Does anyone know how this can be fixed? is a link to a place where i was testing using a very simple setup. When I remove overflow: hidden from the #wrapper id, the wrapper color (the green) vanishes. Any help would be greatly appreciated in figuring out this mystery. Thank you in advance!
Patrick
P.S. This page is valid xhtml strict. The CSS is also valid with no warnings. I placed the doctype based upon what W3C outlines here under 3.1.1 Strictly Conforming Documents.
So, I've come to figure out that it is the overflow: hidden; property of firefox that is causing the issue of blocks of text, images, etc to be selected as described in my previous paragraph. In order for my page wrapper to grow and contain my other divs and content, I have to use overflow: hidden, otherwise my wrapper disappears. Does anyone know how this can be fixed? is a link to a place where i was testing using a very simple setup. When I remove overflow: hidden from the #wrapper id, the wrapper color (the green) vanishes. Any help would be greatly appreciated in figuring out this mystery. Thank you in advance!
Patrick
P.S. This page is valid xhtml strict. The CSS is also valid with no warnings. I placed the doctype based upon what W3C outlines here under 3.1.1 Strictly Conforming Documents.