Answer the question
In order to leave comments, you need to log in
How to style a block element?
There is a table, these blocks are in the table. How to apply styles to block elements. Or ask separately?
a.rollover {
background: url(...);
display:block;
width: 64px
height: 64px;
}
a.rollover:hover {
background-position: 0 -64px;
}
Answer the question
In order to leave comments, you need to log in
Our group is a block element, the color changes on hover. How to align this picture?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question