Please Help. CSS & DIV differences in FF and IE

taltos1

Senior member
Nov 15, 2001
892
0
0
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.
 

Rip the Jacker

Diamond Member
Dec 29, 2004
5,415
1
76
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.