Could use some help with IE6

lnorman16

New Member
I am relatively new to the world of web design and was wondering if anyone could help me. I designed a site for a friend of mine and one page looks strange :confused: in earlier versions of IE.

Here is the page--
http://lamarrec.com/people.html

Does anyone have any suggestions? I would greatly appreciate the help.
Thank you!
-dazed and confused
 

jnjc

New Member
This issue seems to be caused by a float left in #people-paragraph remove it and the text is where it should be in IE7, IE6 and firefox.

#people-paragraph {
FONT-SIZE: 12pt; MARGIN: 48px auto 0px 300px; WIDTH: 580px; COLOR: #737168; LINE-HEIGHT: 1.3; FONT-FAMILY: Arial, Helvetica, sans-serif
}


That said this change seems to cause the top menu to shift down in firefox. You might need to tweak how that menu is rendered (or may for a quick fix put it in a div with an absolute position).

HTH,
JC
 
Top