2011-07-25 73 views
0


我想預覽div的內容與imgPreview
我試着這樣做:imgPreview:預覽div的內容

<div id="five" style="background-image:url(1.jpg);"></div> 

在腳本:

<script type="text/javascript"> 
    $('div#five').imgPreview({ 
    containerID: 'imgPreviewWithStyles', 
    imgCSS: { 
     // Limit preview size: 
     height: 200 
    }, 

我想當它通過muose預覽1.jpg
幫幫我!
非常感謝,對不起我的英語不好! :)。

回答

0

"imgPreview demos" @ james.padolsey.com

的圖像預覽中出現一起 用戶的光標懸停在鏈接時,工具提示樣框顯示出來。該插件完全是 不顯眼;它不需要任何鉤子來定位特定鏈接 (沒有非語義類); 它會自動檢測鏈接到圖像的錨點 ,並且只會將預覽效果應用到它們的 。