[thelist] photo gallery

Charles Stuart lists at enure.net
Tue Jun 21 12:10:23 CDT 2005


Thanks Ben, that's exactly what I was looking for. I'll have too look  
through this a bit more later when I have time, but he assigns the  
overlayed previous and next buttons as such:

<div id="prev" class="slides">
   <p class="copenhagen"><a href="/photos/copenhagen05/gallery/ 
central-square.php" accesskey="z"><img alt="Central square"  
title="Central square" src="http://dbowman.com/photos/photos/i/ 
2005-06-12-02-38-29-thumbnail.jpg" width="89" height="67" / 
 ><em>&laquo; previous</em></a></p>
</div>

.slides p a em {
   position:absolute;
   left:-10000px;
   text-indent:-10000px;
   }
.slides p a>em {
   top:0;
   left:auto;
   right:0;
   width:250px;
   height:380px;
   }
#next p a>em {
   left:0;
   right:auto;
   }
.v .slides p a>em {
   width:190px;
   height:500px;
   }
#prev a>em {
   background:url("../img/photonav_prev.png") no-repeat 50% -100px;
   }
#next a>em {
   background:url("../img/photonav_next.png") no-repeat 50% -100px;
   }
#prev a:hover em, #next a:hover em, #prev a:active em, #next a:active  
em {
   background-position:50% 10px;
   }





best,

Charles



On Jun 21, 2005, at 4:43 AM, ben morrison wrote:

>> Does anyone have a link to a website that uses the same sort of
>> system to browse a photo gallery? Or a tutorial? I haven't been able
>> to locate anything via google.
>>
>
> You could have a look at bowman's photo galleries, he implemented a
> nice prev/next rollover
>
> http://www.dbowman.com/photos/
>
> He has a disclaimer about ie5.
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>
>
>



More information about the thelist mailing list