Results 1 to 2 of 2

Thread: 4.7 - CSS Popup Image Viewer

  1. #1
    Join Date
    May 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 4.7 - CSS Popup Image Viewer

    Hello to everybody,
    I am using the sample to implemeting my galleries. It works fine, however is there any way to show the popup image always at the center of the screen?
    Infact, if I have an thum at the bottom of the page, the popup is out the screen.

    Thanks and Regards
    JohnBi

  2. #2
    Join Date
    May 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi to everybody,
    I solved with this code:

    .thumbnail:hover span{
    visibility: visible;
    width:500px;height:380px;
    left:55%;top:50%;
    margin:-200px 0 0 -450px;
    border:1px solid #000;
    position:fixed;
    }

    Regards
    JohnBi

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •