|
|
|
ดึง iframe มาใช้ แต่ว่า pop-up มันอยู่ใน iframe อยากทราบวิธีทำให้แสดงผลบนหน้าหลัก |
|
|
|
|
|
|
|
ใช้ Fancybox ดึกว่าครับ สามารถแทรก ifarme ได้ด้วยครับ
|
|
|
|
|
Date :
2013-02-27 13:57:54 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้ fancybox แล้วก็ยัง ขึ้นซ้อน อยู่ใน iframe ไม่ทราบว่า จะแก้อย่างไรถึงจะแสดงบนหน้าหลักครับ
อันนี้ เป็น หน้า iframe
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- IMG POPUP-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<link rel="stylesheet" href="fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
<script>
$(document).ready(function() {
/* This is basic - uses default settings */
$("a#single_image").fancybox();
/* Using custom settings */
$("a#inline").fancybox({
'hideOnContentClick': true
});
/* Apply fancybox to multiple items */
$("a.group").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 600,
'speedOut' : 200,
'overlayShow' : false
});
});
</script>
<!-- IMG POPUP END-->
</head>
<body>
<a id="single_image" href="images/FBCOVER/แก้กรรมทำเองได้.jpg"><img src="images/COVER/แก้กรรมทำเองได้.jpg" alt=""/></a>
</body>
</html>
|
ประวัติการแก้ไข 2013-02-28 14:40:39 2013-02-28 14:45:11
|
|
|
|
Date :
2013-02-28 14:39:21 |
By :
badboyz08 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|