We Recommend

Introduction to Programming using SML Introduction to Programming using SML
Provides a thorough introduction to the principles of programming and program design using the Standard ML programming language. Emphasis is putting the theory of programming into practice.


Posted By

rolfthomas on 05/16/08


Tagged

css hack ie textmate min height


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

basicmagic


Min-Height Fast Hack


Published in: Other 


  1. min-height: 500px;
  2. height: auto !important;
  3. height: 500px;
  4.  

Report this snippet 

You need to login to post a comment.