Home >Web Front-end >CSS Tutorial >css static filter_CSS/HTML

css static filter_CSS/HTML

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

It’s very boring to pile n filters together to get the following effect, haha ​​
IE5.5+ Only


[Ctrl+A to select all Note: If you need to introduce external Js, you need to refresh to execute
]
<script> function doL(){ l=pp01.offsetWidth; l=(l>pp01.parentNode.offsetWidth-20)?0:l+2; pp01.style.width=l; } setInterval(doL,20) </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