Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bilder Gallery ?
#20
Das Attribut rel gehört in den Tag <a href=...>:

Quote:Add the rel="lightbox" attribute to the links pointing to your full-sized images. Use the optional title attribute if you want to show a caption:

<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>

You can even use HTML in the caption if you want. You must replace the < and > characters with HTML entities and use single quotes instead of double quotes.

For sets of related images that you want to group and make navigable, add a group name to the rel attribute just after the “lightbox” word, for example:

<a href="images/image-1.jpg" rel="lightbox-cats">image #1</a>
<a href="images/image-2.jpg" rel="lightbox-cats">image #2</a>
<a href="images/image-3.jpg" rel="lightbox-cats">image #3</a>

I don’t recommend using square brackets “[ ]” around group names in the rel attribute like the original Lightbox script does because these characters are invalid for XHTML and XML attributes, meaning that your web page would not validate against the latest standards.

Vgl. http://www.digitalia.be/software/slimbox2.

Edi
Reply


Messages In This Thread
Bilder Gallery ? - by phpman - 2013-09-22, 02:14:07
RE: Bilder Gallery ? - by Connie - 2013-09-22, 04:01:40
RE: Bilder Gallery ? - by phpman - 2013-09-22, 19:19:39
RE: Bilder Gallery ? - by Connie - 2013-09-22, 19:37:21
RE: Bilder Gallery ? - by phpman - 2013-09-22, 20:02:25
RE: Bilder Gallery ? - by Connie - 2013-09-23, 02:27:41
RE: Bilder Gallery ? - by Psychosopher - 2013-09-25, 02:27:34
RE: Bilder Gallery ? - by phpman - 2013-09-25, 04:50:38
RE: Bilder Gallery ? - by Psychosopher - 2013-09-25, 10:04:48
RE: Bilder Gallery ? - by phpman - 2013-09-25, 12:47:45
RE: Bilder Gallery ? - by Psychosopher - 2013-09-25, 20:35:16
RE: Bilder Gallery ? - by phpman - 2013-09-26, 06:17:36
RE: Bilder Gallery ? - by Psychosopher - 2013-09-26, 09:00:04
RE: Bilder Gallery ? - by phpman - 2013-09-26, 18:09:36
RE: Bilder Gallery ? - by phpman - 2013-09-28, 17:23:15
RE: Bilder Gallery ? - by Psychosopher - 2013-09-29, 07:13:14
RE: Bilder Gallery ? - by phpman - 2013-09-29, 19:36:47
RE: Bilder Gallery ? - by Psychosopher - 2013-09-30, 09:05:54
RE: Bilder Gallery ? - by phpman - 2013-10-12, 00:55:53
RE: Bilder Gallery ? - by Psychosopher - 2013-10-13, 06:44:00



Users browsing this thread: 1 Guest(s)