摘要:
这个效果是控制左右两边的高度,左右始终保持一样高。首先在html头部要载入jquery库文件,js代码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--$(function(){varleft_height=$('#left').height();... 阅读全文
摘要:
第一种,最简单的办法就是直接在input表单里加上 onfocus="this.value=''" onblur="this.value=''"即<input type="text" value="1111" onfocus="this.value=''" onblur="this.value='1111'"/>第二种,用jquery实现:(网上找的例子)js:代码Code highl... 阅读全文
摘要:
第一种:用背景图片利用css-sprites技术把4个小圆角拼合到一张小图里 图片:css:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--.box{border:1pxsolid#069;position:relative;}.tl,.tr,.b... 阅读全文