kvnmcwebn wrote:
hello,

I
how can i get this div to scale to 95% of the window height without filling
it with (invisible) content.



div.logo {
background: url(../LOGO.gif) bottom right no-repeat;
height:95%; margin: auto 0 0 0;
}

This doesn't work, because it has no idea what 95% of nothing is.
you need to specify the parent element to be 100%.  in this case,

body { height: 100%; }

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to