Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Height 100% Problem Re: CSS Height 100% Problem

#71783
TheDoc
Member
"arjunvasudeva" wrote:
for quick simpleness i just use:

min-width: 800px;
max-width: 2000px;

and

min-height: 600px;
max-height: 1200px;

IE has trouble with these commands (specifically, IE6 does not except "min").