Suche im Forum:
Suchen


Autor Nachricht
Beitrag09.12.2013 um 02:34 (UTC)    
Titel:

bei mir sieht der Code für diese sogenannte Rollovergalerie so aus und ich habe dafür jeweils zwei Bilder angefertigt ein kleines und die Grossansicht:

Zitat:
<div style="text-align: center;"><style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0px 0px 0px 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ghostwhite;
padding: 5px;
left: -1000px;
border: 1px dotted gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 80;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 60;
}

</style>

<div class="gallerycontainer">
<a class="thumbnail" href="#thumb">
<img width="60" height="60" border="0" alt="" src="http://HIER KLEINES BILD" /><span>
<img alt="" src="http://HIER GROßES BILD" /></span></a>
<a class="thumbnail" href="#thumb">
<img width="60" height="60" border="0" alt="" src="http://img.webme.com/pic/k/klein-paris/therme3-3.jpg" /><span>
<img alt="" src="http://img.webme.com/pic/k/klein-paris/therme3.jpg" /></span></a>
<a class="thumbnail" href="#thumb">
<img width="60" height="60" border="0" alt="" src="http://img.webme.com/pic/k/klein-paris/therme4-4.jpg" />
<span><img alt="" src="http://img.webme.com/pic/k/klein-paris/therme4.jpg" /></span></a>
<a class="thumbnail" href="#thumb"><img width="60" height="60" border="0" alt="" src="http://img.webme.com/pic/k/klein-paris/therme5-5.jpg" /><span>
<img alt="" src="http://img.webme.com/pic/k/klein-paris/therme5.jpg" /></span></a>
<a class="thumbnail" href="#thumb"><img width="60" height="60" border="0" alt="" src="http://img.webme.com/pic/k/klein-paris/therme6-6.jpg" /><span>
<img alt="" src="http://img.webme.com/pic/k/klein-paris/therme6.jpg" /></span></a></div>



Arrow http://www.klein-paris.eu/Empfehlungen.htm
______________
MfG aus Klein Paris-vereinzelte Rechtschreibfehler sind Special Effects meiner Tastatur


Zuletzt bearbeitet von klein-paris am 09.12.2013, 03:48, insgesamt 2-mal bearbeitet
Beitrag20.08.2015 um 19:09 (UTC)    
Titel:

Hallo

Danke für die gute galerie Very Happy War schon lange am suchen.
Hab sie auch noch bearbeitet das das Bild größer angezeigt wird.



Zitat:
<td class="edit_content_left_spacer" width="3%">&nbsp;</td>

<td class="edit_content_main" width="94%">
<div style="width: 510; overflow: auto;"><meta content="de" http-equiv="Content-Language">
<style type="text/css">
#gallery {width:700px;height:600px;}
#gallery ul {list-style:none; padding:0; margin:0; width:200px; position:right; float:right;}
#gallery ul li {display:inline; width:72px; height:72px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:70px; height:70px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:70px; height:70px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:350px; top:350; width:700px; height:350px; border:10px solid #000;}

</style>
Beitrag07.01.2016 um 00:13 (UTC)    
Titel:

weiss jemand ob es möglich ist, dass zu dem jeweiligen Bild in groß dann auch eine Bildunterschrift angezeigt wird? Neutral
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de