• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Please Help. CSS & DIV differences in FF and IE

taltos1

Senior member
I am new to CSS and DIVS and am working on a site that looks different in Firefox and IE.

http://www.mygrandviewestates....community-welcome.html

Please take a look. It looks "right" in Firefox, with the "Welcome to Grand" line on the left of the image. IN IE that text line is pushed down below the image. I think it has to do with the DIVS and perhaps the "clear" or "float" properties. Please help, I have been trying to fix this all day. Thank you very much.
 
This is a guess, but take off the width:100% your h2 (and all of your elements), because naturally any block level element (p, blockquote, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, etc) will take up the width that the parent element allows so you don't need to explicitly state 100% each time.
 
Back
Top