Del Wegener wrote:
> http://www.edi-cp.com/homepage_tests/edi-index.shtml
> However, in IE 7 the text starts far down the page leaving a large empty 
> space to the left of the div which will contain the pictures.
> What causes this?  How do I fix it?

My guess is that your div#caption2 element is creating a block level 
element which acts as a sort of clearing element in IE.

Probably adding:
div#content2{display:none}
...to your style sheet will do for now until you can determine what is 
to be done with it (based on your comment in the source).

HTH,
Bill

-- 
<!--
  ! Bill Brown <macnim...@gmail.com>
  ! Web Developologist, WebDevelopedia.com
-->
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to