仿FLASH的图片轮换效果】的更多相关文章

css布局代码(test.css): body { background: #ccc;} ul { padding: 0; margin: 0;} li { list-style: none;} img { border: 0;} .play { width: 400px; height: 430px; margin: 50px auto 0; background: #999; font: 12px Arial;} .big_pic { width: 400px; height: 320px;…
结合了所学的简单运动框架~  做这样一个综合小实例~~ -------------------------主要问题: 1.getByClassName  IE低版的兼容性 2.DOM不够严谨 … 各种跳出和bug 3.实现方法麻烦~  代码完全与精简不挨边…… -------------------------解决方法: - - 目前只能做到这样,慢慢学,慢慢进步了~ -------------------------要实现功能如下: 1.鼠标移入大图,左右按钮显示(控制opaicty) 2.当…
<!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-…
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=&…
最近在看jquery书时,看到一个比较有趣的东西:图片轮换.这里和大家分享下我看完后写的一个demo.实现图片轮换要完成三部分模块:html部分.css部分.jqury部分.下面分步详细说明.1.html部分: <div class="showContainer"> <div class="showHead"> <div id="headName" class="headItem">五月天专…
右边显示大图,左边显示小图 <style> ul{ list-style:none; padding:0px; margin:0px;} li{ list-style:none; padding:0px; margin:0px;} .pic_box{ width:510px; height:200px; overflow:hidden;} .pic_box .pic_box_left{ width:300px; height:200px; float:left} .pic_box .pic_b…
.tips{ font-size: 24px; font-family: sans-serif; font-weight: 600; text-shadow: 1px 1px #ffb700; color:#000; background:-webkit-gradient(linear,left top,right top,from(#000),color-stop(#fff),to(#000)); background:linear-gradient(90deg,#000,#fff,#000)…
演示:http://www.web0000.com/slide.dw源代码:http://www.web0000.com/media/source/slide.zip一.新建一个DLL二.除第一行外,更改源码为 uses ShareMem, SysUtils, Forms, Messages, StdCtrls, Variants, Windows, Classes, unit1 in 'unit1.pas' {Form1}; {$R *.res} type PdwGetEvent=functi…
本文介绍用javascript制作图片轮换效果,原理很简单,就是设置延时执行一个切换函数,函数里面是先设置下面的缩略图列表的白框样式,再设置上面大图的src属性,在IE中显示很正常,可是在FF中会有变成先显示上面的大图 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&g…
效果图预览. <!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> <title>使用纯生js实现图片轮换效果…