[css-d] IE vertical spacing problem

2011-02-08 Thread Carol Swinehart
Disclaimer -- I have NOT finished the side navigation or the text in the
header. This problem deals with the extra vertical space in the main content
area.

This is in html5 and parses looks right in other browsers.

http://www.umcommin.org/index4finalize.php

What is causing all this extra space in ie and not in other browsers.

Carol
__
css-discuss [css-d@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] IE vertical spacing problem

2011-02-08 Thread Al Sparber

On 2/9/2011 12:32 AM, Carol Swinehart wrote:

Disclaimer -- I have NOT finished the side navigation or the text in the
header. This problem deals with the extra vertical space in the main content
area.

This is in html5 and parses looks right in other browsers.

http://www.umcommin.org/index4finalize.php

What is causing all this extra space in ie and not in other browsers.


IE5? IE6? IE7? It looks identical to me in IE8 and Firefox 3.6.


--
Al Sparber - PVII
http://www.projectseven.com
Dreamweaver Menus | Galleries | Widgets
http://www.projectseven.com/go/hgm
The Ultimate Web 2.0 Carousel
__
css-discuss [css-d@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] IE vertical spacing problem

2011-02-08 Thread David Laakso

On 2/9/11 12:32 AM, Carol Swinehart wrote:

Disclaimer -- I have NOT finished the side navigation or the text in the
header. This problem deals with the extra vertical space in the main content
area.

This is in html5 and parses looks right in other browsers.

http://www.umcommin.org/index4finalize.php

What is causing all this extra space in ie and not in other browsers.

Carol





Delete these in the head of the document and space will go away.

!--
link rel=stylesheet type=text/css href=um_files/slidedec.css 
media=screen /

--
!--
script type=text/javascript src=um_files/slidedec.js/script
style type=text/css
 #slidedeck_frame {
 width: 350px;
height: 150px;
 }
/style
--








--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

__
css-discuss [css-d@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/