Re: [css-d] nav not floating right

2011-11-25 Thread David Laakso
On 11/25/11 5:57 AM, mem wrote: Can you please post your link back online. k. regards, Márcio Yes, please note at very bottom below--- On Nov 23, 2011, at 5:09 , David Laakso wrote: On 11/22/11 8:21 AM, mem wrote: http://help.nuvemk.com/zoomHomePage/ Regards, Márcio First two

Re: [css-d] nav not floating right

2011-11-22 Thread mem
Page with only one header set in it. Please see http://chelseacreekstudio.com/me1.html Page should hold and show now in IE/8 and IE/7. Probably needs a little adjustment for IE/7 [guessed-- no IE/7 hereabout now]. Not sure that repeating the header the way you've done in your sample is

Re: [css-d] nav not floating right

2011-11-22 Thread David Laakso
On 11/22/11 8:21 AM, mem wrote: http://help.nuvemk.com/zoomHomePage/ Regards, Márcio First two rows only to help get it started. Quick checked in IE 6/7/8. Try it with font-scaling. Both images will scale down to give you portrait view in tablets [768px]. Keep it simple. Make a box:

Re: [css-d] nav not floating right

2011-11-16 Thread Paceaux
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

Re: [css-d] nav not floating right

2011-11-16 Thread David Laakso
On 11/15/11 8:29 PM, mem wrote: thanks. I notice you didn't choose float the nav, but instead text-align right the ul; I've tried to reproduce that with no success: http://help.nuvemk.com/floatedFluidLayoutHtml5/index_2.php http://help.nuvemk.com/floatedFluidLayoutHtml5/style_2.css I'm to

[css-d] nav not floating right

2011-11-15 Thread mem
Hello all, http://help.nuvemk.com/floatedFluidLayoutHtml5/index_1.php Please ignore the overall lock of the page. The issue seems to be on the nav element inside #top; #top nav On good browsers, it floats to the right; On the others, IE 7 and IE 8, it doesn't seem to float the nav element.

Re: [css-d] nav not floating right

2011-11-15 Thread Philippe Wittenbergh
On Nov 16, 2011, at 9:33 AM, mem wrote: http://help.nuvemk.com/floatedFluidLayoutHtml5/index_1.php Please ignore the overall lock of the page. The issue seems to be on the nav element inside #top; #top nav On good browsers, it floats to the right; On the others, IE 7 and IE 8, it

Re: [css-d] nav not floating right

2011-11-15 Thread David Laakso
On 11/15/11 7:33 PM, mem wrote: http://help.nuvemk.com/floatedFluidLayoutHtml5/index_1.php Please ignore the overall lock of the page. The issue seems to be on the nav element inside #top; #top nav On good browsers, it floats to the right; On the others, IE 7 and IE 8, it doesn't seem to

Re: [css-d] nav not floating right

2011-11-15 Thread mem
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

Re: [css-d] nav not floating right

2011-11-15 Thread mem
On Nov 16, 2011, at 1:04 , David Laakso wrote: Greetings from Tijuana. Please see http://chelseacreekstudio.com/me.html In the head of the document... !--[if lt IE 9] script src=//html5shim.googlecode.com/svn/trunk/html5.js/script ![endif]-- thanks. I notice you didn't choose float

Re: [css-d] nav not floating right

2011-11-15 Thread David Laakso
On 11/15/11 8:29 PM, mem wrote: On Nov 16, 2011, at 1:04 , David Laakso wrote: Greetings from Tijuana. Please seehttp://chelseacreekstudio.com/me.html In the head of the document... !--[if lt IE 9] script src=//html5shim.googlecode.com/svn/trunk/html5.js/script ![endif]-- thanks. I notice