Home >Web Front-end >JS Tutorial >How to enrich the display effect of alt attributes_javascript skills

How to enrich the display effect of alt attributes_javascript skills

WBOY
WBOYOriginal
2016-05-16 19:20:341179browse

IE默认会给带alt属性图片和带title的链接一个浮动显示


[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]

很多朋友觉得不好看或者功能不丰富想改改,搜集了几种办法大家研究下
"; var popupBody = oPopup.document.body; oPopup.show(0, 0, 300, 50); var realHeight = popupBody.scrollHeight; oPopup.hide(); oPopup.show(0, 15 , 300, realHeight, event.srcElement); }
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]

[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]


[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]


[Ctrl A select all Note: If you need to introduce external Js, you need to refresh to execute ]
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn