HTML and CSS Reference
In-Depth Information
#questions .vote input[type=submit],
#questions .answer input[type=submit] {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
cursor: pointer;
text-indent: -9999px;
background: url(../images/sprite.jpg) left top no-repeat;
-webkit-box-shadow: none;
box-shadow: none;
}
/* new rules */
#questions .answer {
float: right;
width: 78px;
height: 88px;
margin: 0;
}
#questions .answer input[type=submit] { background-position: right top; }
#questions .answer input:active,
#questions .answer input:hover,
#questions .answer input:focus {
background-position: right bottom;
}
#close-this-room { width: 340px; margin: 2em 0 0; }
#close-this-room label input { width: 305px; }
Reload your browser to see the properly styled presenter view (see Figure 7-26 ).
 
Search WWH ::




Custom Search