Results 1 to 4 of 4

Thread: Pictures gallery

  1. #1
    Join Date
    Nov 2013
    Location
    Québec, Canada
    Posts
    18
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Post Pictures gallery

    Hi,

    Anyone knows a nice CSS way (or any other way) to show pictures in a page ? I'm looking for a way to enlarge pictures on click or even a free slide show.

    Thank you !

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Google is your friend. You might also try our very own Dynamic Drive library.

    If you have a more specific question, you can post back here.

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

  4. #4
    Join Date
    Dec 2013
    Posts
    2
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    <a>Some Link
    <div><img src="/you/image" /></div>
    </a>

    then...

    a>div { display: none; }
    a:hover>div { display: block; }

Similar Threads

  1. CMotion Image Gallery Dissapears when adding more than 14 pictures
    By TyrionFrost in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 06-11-2012, 03:43 AM
  2. CMotion Image Gallery - script mechanics doesn't move pictures
    By Anton_PL in forum Dynamic Drive scripts help
    Replies: 19
    Last Post: 04-05-2011, 06:18 PM
  3. Replies: 3
    Last Post: 03-25-2010, 02:00 PM
  4. no pictures
    By webtech in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 10-08-2005, 07:50 PM

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
  •