Ok. I just tested and adding the snippet below resolved most issues besides the menu was overlaying the content. I googled and older versions of IE don't handle well the combination of position:fixed and using float so I removed the fixed position for now.
Robby From: Jasha Joachimsthal [mailto:j.joachimst...@onehippo.com] Sent: Thursday, January 05, 2012 10:55 PM To: dev@cocoon.apache.org Subject: Re: cocoon-sample home page @Robby can you add <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js<http://html5shiv.googlecode.com/svn/trunk/html5.js>"></script> <![endif]--> in the head so IE8 and older recognize the html5 elements? Jasha Joachimsthal Europe - Amsterdam - Oosteinde 11, 1017 WT Amsterdam - +31(0)20 522 4466 US - Boston - 1 Broadway, Cambridge, MA 02142 - +1 877 414 4776 (toll free) www.onehippo.com<http://www.onehippo.com/> On 5 January 2012 21:17, Peter Hunsberger <peter.hunsber...@gmail.com<mailto:peter.hunsber...@gmail.com>> wrote: I like the look, what's the non HTML 5 / CSS 3 fallback do or look like? Peter Hunsberger On Thu, Jan 5, 2012 at 2:01 PM, Robby Pelssers <robby.pelss...@nxp.com<mailto:robby.pelss...@nxp.com>> wrote: Hi guys, I took a stab at giving the sample home page a more modern look using htm5 /css3. I was wondering what you think about it so far and if I can commit my changes. Robby