摘要: 今天给repeater用JS写一个hover事件<script type="text/javascript"> $(function(){ $('.trhead').click(function(){ $(this).next('.trcontent').find('.divcontent').slideToggle('fast'); }); $('.trhead').hover(function(){$(this).css("background",'r 阅读全文
posted @ 2012-07-25 22:25 Mr.H 阅读(5932) 评论(0) 推荐(0)
摘要: <br style='clear:both'/>清除浮动 阅读全文
posted @ 2012-07-25 17:20 Mr.H 阅读(123) 评论(0) 推荐(0)
摘要: 注意设置font-zise,和line-height 阅读全文
posted @ 2012-07-25 17:19 Mr.H 阅读(3327) 评论(0) 推荐(0)