Revision: 4927
                            
                                                            
                                    
                                        
Updated Code
                                    
                                    
                                                    
                        at July 21, 2008 10:51 by LukeLarsen
                            
                            Updated Code
/* for understanding browsers */
.roundBox_475 .middle {
min-height:100px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .roundBox_475 .middle {
height: 100px;
}
/**/
                                
                            Revision: 4926
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at January 29, 2008 13:13 by LukeLarsen
                            
                            Initial Code
/* for browsers that don't suck */
.container {
  min-height:8em; 
  height:auto !important;
}
 
/* for Internet Explorer */
/*\*/
* html .container {
  height: 8em;
}
/**/
                                Initial URL
Initial Description
will make the container expand with the text.
Initial Title
Min-height with IE
Initial Tags
ie
Initial Language
CSS