Yes, indeed. And I'd heard about that fix, but forgot.

Thanks so much for the reminder!


http://geekosystemscom.ipage.com/




You missed the second part of my reply, I think. For IE you need to use javascript to force IE to ‘understand’ those elements, as Remy Sharp explains in the link above.

This boils down to adding this to your page(s)
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js "></script>

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/



You use the HTM5 ‘footer’ element. IE < 9 do not understand or know about that element, and treat it as an inline element (Gecko based browsers based on Gecko 1.9.2 - Fx 3.6.x - or older have the same problem, btw).

For those Gecko based browsers, the solution is rather easy: add
footer {display: block; }
to you stylesheet.

For IE, you’ll need to use javascript, see
http://remysharp.com/2009/01/07/html5-enabling-script/


Philippe
--
Philippe Wittenbergh
http://l-c-n.com/





Really simple site. Thought I'd try html5, but there's something wrong with my code at the bottom of my pages, so that the ul menu goes off, and loses it's formatting completely in IE 7 and 8.


http://geekosystemscom.ipage.com/

http://geekosystemscom.ipage.com/geekostyles.css



Steve



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

Reply via email to