/ Published in: CSS
                    
                                        
Better way to hide content whilst still making it available to
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
.hidden {
position: absolute;
left: -9999em;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
URL: http://designfestival.com/when-and-how-to-visually-hide-content/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                