Re: [css-d] Problem with IE7 content coming out of box

2011-05-06 Thread Chetan Crasta
On Fri, May 6, 2011 at 11:21 PM, Chetan Crasta wrote: Oops, should be Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.inc

Re: [css-d] Problem with IE7 content coming out of box

2011-05-06 Thread Chetan Crasta
The suggestions that I gave earlier unfortunately work only when applied using the IE Developer Toolbar! The correct solution is this: Also, it is a better to load the html5.js file before loading the css files (by putting it earlier in the source). Regards, Chetan Crasta __

Re: [css-d] Body Height: 100%?

2011-05-06 Thread Elli Vizcaino
Fascinating, you can isolate a page you want to do this to by adding a class/id to the HTML tag and the 100% height is only required on the HTML. Great thanks! Only thing is what to do when you're already layering 2 background images that need to go across the full site, but only need this 3rd o

Re: [css-d] Body Height: 100%?

2011-05-06 Thread Elli Vizcaino
Ok great, so it seems that when you the Height: 100% to the HTML tag it works. But what happens when you need to do it to one page on a site, as is the case here. Can I add a class/id to the HTML tag for that page and have it work? Going to try it now and see what happens Thanks, Elli >

Re: [css-d] Body Height: 100%?

2011-05-06 Thread Chetan Crasta
On Fri, May 6, 2011 at 9:58 PM, Chetan Crasta wrote: > Try this: > > html, body { height: 100%; width: 100%; margin:0; padding: 0;} > Actually, only the height needs to be 100%: html,body { height: 100%; margin:0; padding: 0;} Regards, Chetan Crasta _

Re: [css-d] Body Height: 100%?

2011-05-06 Thread Chetan Crasta
Try this: html, body { height: 100%; width: 100%; margin:0; padding: 0;} Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.in

[css-d] Body Height: 100%?

2011-05-06 Thread Elli Vizcaino
Hello CSS Discuss, Is there any way to make the body tag 100% in height with CSS? I want the background to cover the full height of the viewport, regardless of the height of the content. All feedback welcomed. TIA, Elli __

Re: [css-d] Desktop. Tablet. Mobile.

2011-05-06 Thread Sandy
First-pass. Comments and suggestions appreciated. This end... Desktop: OS 10.4 Tablet: No got. Mobile: OperaMini os SanyoMirro 4 BoostMobile. uri: hi David, I like how this reconfigures itself quite a lot. It's as handsome on the small scre

Re: [css-d] Z-index demo

2011-05-06 Thread Philip Taylor (Webmaster, Ret'd)
Philippe Wittenbergh wrote: On May 6, 2011, at 4:13 AM, Philip Taylor (Webmaster, Ret'd) wrote: My mouse was over the lower central image, which resolutely refused to come to the foreground until I moved my mouse away from all three images. When I move from the rightmost to the central imag