/ Published in: CSS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
zoom: 1;
*display: inline;
/* example usage */
ul {
display: inline-block;
zoom: 1; /* IE7 */
*display: inline; /* IE7 */
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                