<span id="mktg5"></span>

<i id="mktg5"><meter id="mktg5"></meter></i>

        <label id="mktg5"><meter id="mktg5"></meter></label>
        最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
        問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
        當(dāng)前位置: 首頁 - 科技 - 知識百科 - 正文

        JS插件overlib用法實例詳解_javascript技巧

        來源:懂視網(wǎng) 責(zé)編:小采 時間:2020-11-27 21:47:54
        文檔

        JS插件overlib用法實例詳解_javascript技巧

        JS插件overlib用法實例詳解_javascript技巧:本文實例講述了overlib用法。分享給大家供大家參考,具體如下: overLIB 是一個生成提示框與彈出菜單等頁面效果的一段非常優(yōu)秀的JS代碼。 它可以簡單的通過設(shè)置一些參數(shù)或命令來改變彈出頁面的款式、皮膚與形狀,不但如此,它還提供了非常簡單的擴展功能,來足
        推薦度:
        導(dǎo)讀JS插件overlib用法實例詳解_javascript技巧:本文實例講述了overlib用法。分享給大家供大家參考,具體如下: overLIB 是一個生成提示框與彈出菜單等頁面效果的一段非常優(yōu)秀的JS代碼。 它可以簡單的通過設(shè)置一些參數(shù)或命令來改變彈出頁面的款式、皮膚與形狀,不但如此,它還提供了非常簡單的擴展功能,來足

        本文實例講述了overlib用法。分享給大家供大家參考,具體如下:

        overLIB 是一個生成提示框與彈出菜單等頁面效果的一段非常優(yōu)秀的JS代碼。

        它可以簡單的通過設(shè)置一些參數(shù)或命令來改變彈出頁面的款式、皮膚與形狀,不但如此,它還提供了非常簡單的擴展功能,來足客戶的不同需求。

        overLIB 使用非常的簡單。

        一、在 標簽內(nèi)添加: 代碼如下:

        四、 命令與參數(shù)

        popup

        Attribute Name Type Required Default Description
        text string Yes n/a the text/html to display in the popup window
        trigger string No onMouseOver What is used to trigger the popup window. Can be one of onMouseOver or onClick
        sticky boolean No false Makes the popup stick around until closed
        caption string No n/a sets the caption to title
        fgcolor string No n/a color of the inside of the popup box
        bgcolor string No n/a color of the border of the popup box
        textcolor string No n/a sets the color of the text inside the box
        capcolor string No n/a sets color of the box's caption
        closecolor string No n/a sets the color of the close text
        textfont string No n/a sets the font to be used by the main text
        captionfont string No n/a sets the font of the caption
        closefont string No n/a sets the font for the "Close" text
        textsize string No n/a sets the size of the main text's font
        captionsize string No n/a sets the size of the caption's font
        closesize string No n/a sets the size of the "Close" text's font
        width integer No n/a sets the width of the box
        height integer No n/a sets the height of the box
        left boolean No false makes the popups go to the left of the mouse
        right boolean No false makes the popups go to the right of the mouse
        center boolean No false makes the popups go to the center of the mouse
        above boolean No false makes the popups go above the mouse. NOTE: only possible when height has been set
        below boolean No false makes the popups go below the mouse
        border integer No n/a makes the border of the popups thicker or thinner
        offsetx integer No n/a how far away from the pointer the popup will show up, horizontally
        offsety integer No n/a how far away from the pointer the popup will show up, vertically
        fgbackground url to image No n/a defines a picture to use instead of color for the inside of the popup.
        bgbackground url to image No n/a defines a picture to use instead of color for the border of the popup. NOTE: You will want to set bgcolor to "" or the color will show as well. NOTE: When having a Close link, Netscape will re-render the table cells, making things look incorrect
        closetext string No n/a sets the "Close" text to something else
        noclose boolean No n/a does not display the "Close" text on stickies with a caption
        status string No n/a sets the text in the browsers status bar
        autostatus boolean No n/a sets the status bar's text to the popup's text. NOTE: overrides status setting
        autostatuscap string No n/a sets the status bar's text to the caption's text. NOTE: overrides status and autostatus settings
        inarray integer No n/a tells overLib to read text from this index in the ol_text array, located in overlib.js. This parameter can be used instead of text
        caparray integer No n/a tells overLib to read the caption from this index in the ol_caps array
        capicon url No n/a displays the image given before the popup caption
        snapx integer No n/a snaps the popup to an even position in a horizontal grid
        snapy integer No n/a snaps the popup to an even position in a vertical grid
        fixx integer No n/a locks the popups horizontal position Note: overrides all other horizontal placement
        fixy integer No n/a locks the popups vertical position Note: overrides all other vertical placement
        background url No n/a sets image to be used instead of table box background
        padx integer,integer No n/a pads the background image with horizontal whitespace for text placement. Note: this is a two parameter command
        pady integer,integer No n/a pads the background image with vertical whitespace for text placement. Note: this is a two parameter command
        fullhtml boolean No n/a allows you to control the html over a background picture completely. The html code is expected in the "text" attribute
        frame string No n/a controls popups in a different frame. See the overlib page for more info on this function
        timeout string No n/a calls the specified javascript function and takes the return value as the text that should be displayed in the popup window
        delay integer No n/a makes that popup behave like a tooltip. It will popup only after this delay in milliseconds
        hauto boolean No n/a automatically determine if the popup should be to the left or right of the mouse.
        vauto boolean No n/a automatically determine if the popup should be above or below the mouse.

        overLIB 可以接受任意個命令和參數(shù)。格式如下:命令[,'命令參數(shù)']

        五、 overlib的一些使用示例

        聲明:本網(wǎng)頁內(nèi)容旨在傳播知識,若有侵權(quán)等問題請及時與本網(wǎng)聯(lián)系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

        文檔

        JS插件overlib用法實例詳解_javascript技巧

        JS插件overlib用法實例詳解_javascript技巧:本文實例講述了overlib用法。分享給大家供大家參考,具體如下: overLIB 是一個生成提示框與彈出菜單等頁面效果的一段非常優(yōu)秀的JS代碼。 它可以簡單的通過設(shè)置一些參數(shù)或命令來改變彈出頁面的款式、皮膚與形狀,不但如此,它還提供了非常簡單的擴展功能,來足
        推薦度:
        標簽: 使用 js 使用技巧
        • 熱門焦點

        最新推薦

        猜你喜歡

        熱門推薦

        專題
        Top
        主站蜘蛛池模板: 狠狠亚洲婷婷综合色香五月排名| 亚洲三级电影网址| 国产gv天堂亚洲国产gv刚刚碰| 亚洲欧洲无码一区二区三区| 国产区在线免费观看| 精品国产亚洲男女在线线电影 | 亚洲AV成人无码天堂| 99爱在线精品免费观看| 亚洲男人在线无码视频| 亚洲乱码卡一卡二卡三| 日本亚洲免费无线码| 久久伊人久久亚洲综合| 777成影片免费观看| 亚洲最大福利视频| 国产色婷婷精品免费视频| 亚洲人成网站在线观看播放青青| 91精品视频免费| 亚洲αⅴ无码乱码在线观看性色| 91精品国产免费久久国语蜜臀| 亚洲免费观看在线视频| 天天摸天天碰成人免费视频| 精品久久久久亚洲| 思思99re66在线精品免费观看| 亚洲精品色播一区二区| 亚洲人成电影在线播放| 免费人成毛片动漫在线播放| 精品国产亚洲男女在线线电影| 国产精品免费大片| 亚洲国产人成在线观看69网站| 黄页网站在线看免费| WWW国产亚洲精品久久麻豆| 亚洲中久无码不卡永久在线观看| 嫩草影院在线播放www免费观看| 亚洲免费在线视频播放| 亚洲国产高清精品线久久| 久久久久久AV无码免费网站| 亚洲αv久久久噜噜噜噜噜| 精品亚洲永久免费精品| 亚洲三级在线观看| 四虎免费在线观看| 三级网站免费观看|