Css image gallery

Tuesday 14 April 09 by Onsitus in CSS Menu

css gallery preview 1
css gallery preview 2

Always a bit curious to redo flash examples in css, I took the basic idea from the Flash gallery called Illusion created by FlepStudio.

This css gallery uses the same images for the vertical thumbnail (applied as background) and for their complete view on the hover state (element <img>) of the links with the related description (element <span>).

Those 2 elements are initially hidden using display:none; and made visible with display:block; applying a z-index superior to cover the thumbnail and positioned in an absolute way in relation to its <div> container.

View this css image gallery…

  css-menu-esempio-7.zip (306.8 KiB, 2,104 hits)

Css gallery tested with IE6, IE7, FF2, FF3, Safari 3, Opera 9 on Windows.

4 comments

Stay updated with our RSS Feed

{ 4 comments… read them below or add one }

Audi Moura 04.29.09 at 15:35

Gostaria de obter os arquivos do Css image gallery

Onsitus 04.29.09 at 19:26

Entendo mas nĂ£o falo muito bem portuguese! :D

The zip file is included at the end of the article (named ‘css-menu-esempio-7.zip) ;)

Paulene 05.27.09 at 17:19

Thank you so much for posting this. This gives me some ideas on how to create my own CSS-website.

Anuj Gupta 06.25.09 at 18:26

Nice Gallery

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Css property text - css style for the text

Next post: Image map in css