html

<div class="pop_tit">
<span class="p_tit1" title="大连未来城LECITY">大连未来城LECITY</span><br />
</div>

css

.pop_tit { width:350px; height:45px; padding:10px 10px 5px 10px; /*position:absolute; left:5px; top:5px; z-index:29;*/ background:url(../images/zp_titbg.png) no-repeat 0px 0px; display:none;}
.p_tit1 { line-height:18px; color:#ffffff; font-size:18px; padding-right:18px;}

js

//case
$(".case li a").live('mouseenter',function(){
//alert('enter');
$(this).children().stop(false,true);
$(this).children(".pop_tit").slideDown("fast");
}).live('mouseleave',function(){
//alert('out');
$(this).children().stop(false,true);
$(this).children(".pop_tit").slideUp("fast");
});

最新文章

  1. Android 使用 ksoap2-android 访问WebService(C#)
  2. Java学习-004-传世经典Helloworld
  3. 编译安装apache+php(加常见问题解决)
  4. [iOS UI进阶 - 1] 自定义控件
  5. c++20道面试题
  6. 文件和文件夹权限-Win7公共盘中出现大量临时文件
  7. kali nessus 安装插件失败解决方法
  8. &#39;datetime.datetime&#39; has no attribute &#39;datetime&#39;问题
  9. UX2 beta 3正式发布!!
  10. 关于Mysql DATE_FORMAT() 日期格式
  11. Java Web的简单项目部署
  12. Node.js的事件处理机制
  13. Python开发工程师技术手记
  14. yolo_v3训练自己的模型(人脸及deep-sort)
  15. js----jquery和js的区别
  16. noip第3课作业
  17. centos6安装ElasticSearch5.6.5错误记录
  18. SpringMvc4中获取request、response对象的方法
  19. UNDO三大作用与一致性读机制浅析
  20. 0, \0, NULL

热门文章

  1. 查看GCC编译C的中间代码
  2. 记linux终端下怎样退出&gt;
  3. [转]Web Service Authentication
  4. Jquery&amp;JS简单选项卡
  5. 如何用Apache POI操作Excel文件-----如何对一个单元格加注解?
  6. PHP程序员函数注释规格(麻烦大家遵守)
  7. PHP CURL 多线程 GET/POST 类
  8. [转]PHP高效率写法(详解原因)
  9. maven run as(debug as)没有运行的选项时
  10. jquery用法大全