|
|
|
นี่เป็นโค้ดที่ทำขึ้นมาจากอะไรเหรอครับ พอดีอยากเอาไปทำตัวพรีเซนท์ผลงานน่ะครับ รบกวนด้วยครับ |
|
|
|
|
|
|
|
คลิกขวาดูครับ ทำจาก Flash
แต่ลักษณะนี้ jQuery ก็มีนะ
|
|
|
|
|
Date :
2011-07-25 15:20:13 |
By :
adaaugusta |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มีเว็บตัวอย่างหรือลิงค์ดาวโหลดรึเปล่าครับ
ผมอยากได้มาเพิ่มความสนใจในบทเรียนที่ใช้สอนเด็กบนดอย น่ะครับ
|
|
|
|
|
Date :
2011-07-25 15:49:54 |
By :
คนบนดอย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ ว่าแต่ถ้าหากจะแทรกลิงค์เข้าไปทำได้ยังไงเหรอครับ
Code (PHP)
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ImageFlow</title>
<meta name="robots" content="index, follow, noarchive" />
<link rel="stylesheet" href="style.css" type="text/css" />
<!-- This includes the ImageFlow CSS and JavaScript -->
<link rel="stylesheet" href="imageflow.packed.css" type="text/css" />
<script type="text/javascript" src="imageflow.packed.js"></script>
</head>
<body>
<h1>หมุนเมาส์เพื่อเลือกบทเรียน</h1>
<!-- This is all the XHTML ImageFlow needs -->
<div id="myImageFlow" class="imageflow">
<img src="img/img1.png" longdesc="img/img1.png"width="300" height="300" alt="<h1>Be Love Mother</h1>"/></a>
<img src="img/img2.png" longdesc="img/img2.png"width="300" height="300" alt="<h1>I Want a Wife</h1>" />
<img src="img/img3.png" longdesc="img/img3.png"width="300" height="300" alt="<h1>Eat Eell Stay Healthy</h1>"/>
</div>
</body>
</html>
ผมพยายามแทรกลิงค์ให้รูปมันลิงค์ไปที่อื่น ไม่รู้ทำไมมันไม่ได้ครับ รบกวนด้วยคับ บรรทัดนี้
<img src="img/img1.png" longdesc="img/img1.png"width="300" height="300" alt="<h1>Be Love Mother</h1>"/></a>
|
|
|
|
|
Date :
2011-08-12 14:41:44 |
By :
คนบนดอย |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าอยากให้คลิกที่รูปแล้วไปหน้าอื่น ก็ประมาณนี้ครับ
Code (PHP)
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ImageFlow</title>
<meta name="robots" content="index, follow, noarchive" />
<link rel="stylesheet" href="style.css" type="text/css" />
<!-- This includes the ImageFlow CSS and JavaScript -->
<link rel="stylesheet" href="imageflow.packed.css" type="text/css" />
<script type="text/javascript" src="imageflow.packed.js"></script>
</head>
<body>
<h1>หมุนเมาส์เพื่อเลือกบทเรียน</h1>
<!-- This is all the XHTML ImageFlow needs -->
<div id="myImageFlow" class="imageflow"></a>
<a href="www.google.com"><img src="img/img2.png" longdesc="img/img2.png"width="300" height="300" alt="<h1>I Want a Wife</h1>" /></a>
<a href="www.google.com"><img src="img/img1.png" longdesc="img/img1.png"width="300" height="300" alt="<h1>Be Love Mother</h1>"/></a><a href="www.google.com"><img src="img/img3.png" longdesc="img/img3.png"width="300" height="300" alt="<h1>Eat Eell Stay Healthy</h1>"/></a>
</div>
</body>
</html>
โดยเพิ่ม
<a href="ใส่ลิงค์ที่ต้องการ"><img src="img/img2.png" longdesc="img/img2.png"width="300" height="300" alt="<h1>I Want a Wife</h1>" /></a>
|
|
|
|
|
Date :
2011-08-12 15:03:03 |
By :
arm8957 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|