noname1.html

来自「一款基于ajax技术实现的相册源文件代码.」· HTML 代码 · 共 28 行

HTML
28
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>

<BODY>
<script type="text/javascript" language="javascript" src="lytebox.js"></script>
<link rel="stylesheet" href="lytebox.css" type="text/css" media="screen" />Next, add the appropriate rel attribute for the type of display you want. See the examples below.

    Single Image Example:

<a href="wallpaper-0023.jpg" rel="lytebox" title="Image Description">Image #1</a>    Grouped Images Example:

<a href="wallpaper-0023.jpg" rel="lytebox[vacation]" title="Mom and Dad">Image #2</a>
<a href="wallpaper-0005.jpg" rel="lytebox[vacation]" title="My Sister">Image #3</a>
<a href="face-0024.gif" rel="lytebox[vacation]" title="Granny">Image #4</a>    Slideshow Example (note the use of lyteshow instead of lytebox):

<a href="face-0018.gif" rel="lyteshow[vacation]" title="Mom and Dad">Mom and Dad</a>
<a href="wallpaper-0023.jpg" rel="lyteshow[vacation]" title="My Sister">My Sister</a>
<a href="wallpaper-0005.jpg" rel="lyteshow[vacation]" title="Granny">Granny</a>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?