我有这个国际象棋游戏的链接,但它只是显示在页面ID上,就像它弹出一样。 iv有视频,图片,网站分机弹出,但有这个问题。 iv尝试使用隐藏的div但无法使其工作。
如果有人能提供帮助,我将非常感激。
提前致谢
斯蒂芬
我希望嵌入游戏的网站。
http://www.freegaming.de/onlinegames/Casino-|-Card-|-Board-Games/Classic-Chess-Game.html
答案 0 :(得分:0)
我在其主页上阅读了关于Fancybox的用法... 确保你有最新的fancybox,像这样的文件夹布局...... 这是一个快速的解决方案:)但它确实有效!
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>My Title</title>
<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" type="text/css" href="./fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<link rel="stylesheet" href="style.css" />
<script type="text/javascript">
$(document).ready(function() {
$("#various4").fancybox({
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none'
});
});
</script>
</head>
<body>
<a id="various4" href="http://www.freegaming.de/components/flash//classic chess.swf">Swf</a>
</body>
</html>
我认为现在是问解决方案......