try using modrnizer.js for your html5 block elements.
Or, a simpler solution is to use the Meyer 2.0 CSS reset. In it, Eric Meyer
declares all the HTML5 block elements as display:block.
</email>
<signature id="paceaux">
Frank M Taylor
http://frankmtaylor.com
@paceaux
</signature>
On Nov 15, 2011, at 6:05 PM, mem wrote:
> On Nov 16, 2011, at 24:49 , Philippe Wittenbergh wrote:
>
>>
>> On Nov 16, 2011, at 9:33 AM, mem wrote:
>>
>> IE 7 and 8 do not understand the html5 'nav' element at all. You need some
>> js to 'explain' that element to those browsers. Search for 'HTML5 shim'
>
> Thanks.
>
> Done it. Forgot about that. Long time since I play with it I guess.
>
> I've added the following between the head tags:
>
> <!--[if lt IE 9]>
> <script
> src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
> <![endif]-->
>
> http://help.nuvemk.com/floatedFluidLayoutHtml5/index_1.php
>
> The problem seems to persist on both: ie7 and ie8;
>
> Any clue?
>
> :(
>
>
> ______________________________________________________________________
> css-discuss [[email protected]]
> 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/
______________________________________________________________________
css-discuss [[email protected]]
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/