source: extensions/Front2Back/Front2Back.css @ 6299

Last change on this file since 6299 was 3339, checked in by vdigital, 15 years ago

+ Add Front2Back to depository
+ Add Panoramas to depository

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 641 bytes
Line 
1/* Front2Back Style ----------------------------------------------------------------------*/
2/*CSS Popup Image Viewer:  Adapted to PWG */
3/*Credits: Dynamic Drive CSS Library */
4/*URL: http://www.dynamicdrive.com/style/ */
5
6.reverse { position: relative; z-index: 0; }
7.reverse:hover{ background-color: transparent; z-index: 50; }
8
9.reverse span { /* enlarged image*/
10  position: absolute; visibility: hidden; text-decoration: none; }
11
12.reverse:hover span { /* enlarged image on hover*/ visibility: visible; }
13
14.reverse span, .reverse span img{ /* enlarged image*/
15  border-width: 0; padding: 0px; background-color: transparent !important; }
Note: See TracBrowser for help on using the repository browser.