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 !![]()
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 !![]()
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.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
<a>Some Link
<div><img src="/you/image" /></div>
</a>
then...
a>div { display: none; }
a:hover>div { display: block; }
Bookmarks