You are viewing an old revision of this post, from October 8, 2013 @ 05:55:28. See below for differences between this version and the current revision.

BX Slider show/hide control arrows on viewport hover

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.)

Tags:

No comments yet.

Leave a Reply