On Thu, Feb 2, 2012 at 4:30 PM, Jay Tanna <jta...@rocketmail.com> wrote:
...
> You also need to put height: 100% for * like this:
>
> * {
>        margin: 0px;
>        height: 100%;  /* this is required for anything to be 100% */
>        /* padding: 0px; */
> }

All elements need to have height 100%?  That doesn't make sense.  What
about the elements that need to have height left at auto?

I think you might be trying to address the same problem that I
addressed earlier in the thread when I said to set the height on the
html and body elements to 100%.

--
Vince Aggrippino
a.k.a. Ghodmode
http://www.ghodmode.com


> Good luck.
______________________________________________________________________
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