JS + CSS implement simple sliding door (sliding menu) effects, css sliding door
This article describes how to implement simple sliding doors using JS + CSS. Share it with you for your reference. The details are as follows:
This is a very simple sliding menu with the mouse placed on the main menu, the content will change, in fact, this demonstration is an example, you can feel from the comments in the code, every step has annotations, which are helpful for learning JavaScript and CSS. It also paves the way for you to write more beautiful and practical sliding doors later.
The running effect is as follows:
The Online Demo address is as follows:
Http://demo.jb51.net/js/2015/js-css-jdhd-menu-style-codes/
The Code is as follows:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I hope this article will help you design JavaScript programs.