随身笔记
随身笔记

jquery制作
文章归档

jquery 简易的图片切换

CSS代码: [code]<style type="text/css"> *{ margin:0; padding:0;} .wrap_tv_tit{ height:50px;margin-bottom:10px;} .wrap_tv_tit_l{ float:left;} .wrap_tv_tit_r{ float:right;} .wrap_tv_tit_r span{background:yellow; margin-right:10px; cursor…

   430   2013-12-11   去围观

jquery 鼠标移动到缩略图上侧边有放大图片效果

jquery 鼠标移动到缩略图上侧边有放大图片效果 CSS样式如下: [code]<style type="text/css"> body{ position:relative;} li{ float:left; margin-right:10px;} #toopimg{ position:absolute; z-index:1;} </style>[/code] JS部分代码: [code…

   402   2013-12-11   去围观

jquery自定义a标签title提示效果并跟随鼠标移动

jquery自定义a标签title提示效果并跟随鼠标移动,这样可以美化和彰显自己有个性的博客。 首先是css样式: [code]<style type="text/css"> #tooptip{position:absolute; z-index:200;word-wrap:break-word;text-align:left;padding:5px;min-height:1em;-mo…

   469   2013-11-26   去围观

jquery 二级导航

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; …

   400   2013-11-15   去围观