legohead6 Posted June 13, 2007 Share Posted June 13, 2007 ok, i have a page which dpeneding on what the user does can be very long or very short, currecntly i have my height set at 800px, but when i do something to make the page long the content goes off, how do i set a mnimum hieght so if its short the page doesnt look stubby, but if its long then it take what it needs. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 13, 2007 Share Posted June 13, 2007 for ie 6 just use height. for 7 and other standards compliant browsers use min-height: 800px... maybe use the conditional comments in ie to implement this... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.