Revision: 48557
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at July 5, 2011 07:14 by lister
                            
                            Initial Code
.box {
   min-height:500px;
   height:auto !important;
   height:500px;
}
                                Initial URL
Initial Description
Microsoft IE’s does not have the capability of handling min-height. In essence, IE interprets height as min-height, so since IE wont implement the auto height, this snippet will fix all this for us (using !important).
Initial Title
Min-height in IE
Initial Tags
Initial Language
CSS