Home >Web Front-end >CSS Tutorial >Fantasy drop-down menu_CSS/HTML

Fantasy drop-down menu_CSS/HTML

WBOY
WBOYOriginal
2016-05-16 12:12:171655browse

[Ctrl+A to select all Note: If you need to introduce external Js, you need to refresh it to execute
]<script> function set_mnu() { if (mnu.style.visibility=="hidden") { //产生效果和把图层显示 mnu.filters.revealTrans.apply(); mnu.style.visibility="visible"; mnu.filters.revealTrans.play(); } else{ //隐藏图层和停止效果播放 mnu.filters.revealTrans.stop(); mnu.style.visibility="hidden" ; } } </script>
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