我一直在研究這個問題大約十個小時,而且我並沒有比開始時更接近Grookking方法。在http://www.ericmmartin.com/projects/simplemodal的例子中,似乎都沒有用我熟悉的術語和HTML代碼來解決這個任務。我的測試頁面是:http://chesstao.com/test.phpsimplemodal點擊顯示圖片?
我想我遵循的指示,並試圖:
<!DOCTYPE html> <html lang="en">
<head><title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../css/demo.css" rel="stylesheet" />
<link href="../css/basic.css" rel="stylesheet" />
<link href="../css/gallery.css" rel="stylesheet" />
</head><body>
<div><a href="images/aveskulov-large.jpg" id="sample">
click me </a></div>
<!--jQuery-->
<script src="http://code.jquery.com/jquery-latest.pack.js"></script>
<script src="js/jquery.simplemodal-1.4.1-min.js"></script>
<script src="js/basic-min.js"></script>
<script src="js/gallery-min.js"></script>
<script>$("#sample").modal({opacity:80,overlayCss: {backgroundColor:"#fff"}});</script>
</body></html>
但結果很糟糕。我真的很想知道我錯過了什麼簡單的解決方案!
我不知道如果我編輯我的文章,但我更新它是否stackoverflow通知。 –
非常感謝! simplemodal是http://chesstao.com的多功能產品,我決定將其用於我的其他網站http://communitychessclub.com,以將照片組顯示爲相關的圖片。 – verlager