Javascript slide up/roll up ad
Anyone know where I can find sameple coding for a jscript that slides an ad up from the bottom 开发者_JAVA技巧right of a screen. Like the slide up instant message ads
Use jQuery and look at slideUp()
and slideDown()
functions:
http://api.jquery.com/slideUp/
精彩评论