CSS3
[css].bx-controls-direction a {
opacity: 0;
transition: opacity .25s ease-in-out;
-moz-transition: opacity .25s ease-in-out;
-webkit-transition: opacity .25s ease-in-out;
}
.bx-wrapper:hover .bx-controls-direction a {
opacity: 1;
}[/css]
CSS2
[css].bx-controls-direction a {
display: none;
}
.bx-wrapper:hover .bx-controls-direction a {
display: block;
}[/css]Revisions
- October 8, 2013 @ 05:55:28 [Current Revision] by PeterLugg
- October 8, 2013 @ 05:55:28 by PeterLugg
Revision Differences
There are no differences between the October 8, 2013 @ 05:55:28 revision and the current revision. (Maybe only post meta information was changed.)
No comments yet.