.text-only {
position: absolute;
top: 0;
left: 0;
color: #EBEBE1;
overflow: hidden; 
width: 0; 
height: 0; 
}

.text-only:active, .text-only:focus {
position: absolute;
top: 5px;
left: 5px;
overflow: visible;
width: auto;
height: auto;
border: 2px solid #000000;
background-image: none;
background-color: #FFFF00;
color: #000000;
padding: 5px;
font-weight: bold;
}
