[css-d] Text Position Problem

2009-01-15 Thread Del Wegener
Good Day;
Please look at
http://www.edi-cp.com/homepage_tests/edi-index.shtml
The colored borders are there  as an aid only during development.

In FF the page displays properly.  The text begins beneath the pentagon and 
flows nicely around the right floated divs.

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?

Thanks.

Del 


__
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/


Re: [css-d] Text Position Problem

2009-01-15 Thread Bill Brown
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/