PHP? ??? ??? ??? ???
?? ? ? ??? ??? ??? ???? ???? ????. ???? ?? ???? ???? ?? ??? ??? ??? ????. ??? ? ???? ???? ?? ????? ??? ?? ?? ?? CSS ???? ?????. : ????? ?? ??? ?? ?? ?? ???? ??? ?? ?? ????. ???? ??? ? ? ????
css ???
<style> #left{ width: 25%; float: left; } #center{ width: 42%; float: left; } #right{ width: 32%; float: left; } .right{ margin-left: 180px; } .button{ background-color: rgba(230, 228, 236, 0.93); /* Green */ border: none; color: #110c0f; padding: 10px 70px; text-align: center; display: inline-block; font-size: 16px; margin-left: 20px; cursor: pointer; } form{ font-size: 17px; } button{ background-color: rgba(249, 247, 255, 0); border: none; font-size: 16px; color: #551a8b; cursor: pointer; } a{ text-decoration:none; } table{ width: 550px; height: 100px; } </style>????? jQuery? ?? ?? ??? ?????. ??? ???? ???? ???? ???? ? ???? ???? ?????. jQuery ??? ??? ????
??: jQuery? ?? ??? ????? jQuery ?????? ???? ???. ??? head
<script src="http://libs.baidu.com/jquery/1.10.2/jquery.min.js"></script><script>
$(document).ready(function(){
$("button").click(function(){
$("form").toggle();
});
});
</script>
JS
??? ???? ???? ???. ???????. ???? ????. ????? ???? ???? ??? ???. ??? ???? ???? ??????? ???? ???? ????