Web Hosting Talk







View Full Version : Pls. Help. CSS & DIV differences in FF and IE


taltos1
09-26-2007, 09:48 PM
I am new to CSS and DIVS and am working on a site that looks different in Firefox and IE.

http://www.mygrandviewestates.com/our-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.

MattE
09-26-2007, 11:08 PM
What's not working for one appears to be working for the others. Not entirely certain it's causing the problem, but the other image on the page uses a class without "position: relative", while the one not working is set to relative position. Not sure if those interfere with each other, but worth a try to remove the position declaration from hook_image.

taltos1
09-26-2007, 11:23 PM
I think that worked. I really appreciate it.

HighVoltage123
09-27-2007, 04:42 AM
It looks good in FF and IE :)