Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css display offscreen

.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
<div class="sr-only">This text is hidden.</div> 
 
PREVIOUS NEXT
Tagged: #css #display #offscreen
ADD COMMENT
Topic
Name
7+1 =