网页设计师联盟

--- 学习、交流、展示、资源

招聘精英个人求职网站发布网友作品网页特效动画欣赏网页素材免费资源源码下载设计软件
作品欣赏       域名申请       虚拟主机
网页设计师

  • 新闻资讯
  • 网页教程
  • 平面教程
  • 程序设计
  • 视频教程
  • Flash教程

网页设计师站提供网页设计程序设计服务 E-mail:liangfeng0526@qq.com

 您当前的位置:首页 > 网页特效
网页设计师联盟(www.wysjs.cn)欢迎您!
 网页特效
分类导航    显示全部  
  •   特效代码:CSS实现光滑圆角效果  (2008-5-10)

    <htmlxmlns:v><head><style>v\:*{behavior:url(#default#VML);}</style></head><body><v:roundRectstyle="position:absolute;left:20px;top:50px;width:200px;height:140px;"FillColor="#e8e8e8"Filled="T"/>刷新本页才能看到效果</body&..

  •   特效代码:巧用CSS滤镜做图案文字  (2008-5-10)

    <SPANstyle="BACKGROUND-IMAGE:URL(/upfiles/20060614/20060614103455_01.gif);WIDTH:300px"><DIVstyle="FILTER:Chroma(Color=#CCCCCC);COLOR:#CCCCCC;BACKGROUND-COLOR:#FFFFFF;WIDTH:300px;FONT..

  •   CSS代码:看看IE中有关1px的Bug  (2008-5-10)

    <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>UntitledDocument</title><metahttp-equi..

  •   CSS代码:如何实现让多个DIV排列时居中  (2008-5-10)

    <?xmlversion="1.0"encoding="iso-8859-1"?><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title&g..

  •   CSS代码:Hover over下的边框变化  (2008-5-10)

    <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>UntitledDocument</title><metahttp-equi..

  •   特殊标签fieldset实现的表中表效果  (2008-5-10)

    <html><head><body><tablewidth="200"><tr><td><fieldsetstyle="width:200"align="center"><legend><tablestyle="border:1solid#000000"width="80"cellspacing="1"cellpadding="0"height="20"><tr><td><fontco..

  •   CSS制作的一个动态的超级链接效果  (2008-5-10)

    <style>A:link,A:visited,A:active{TEXT-DECORATION:none}A:hover{text-decoration:none;position:relative;top:1px;left:1px}</style> <AHREF="http://www.wysjs.cn/">把鼠标放上来看看效果---</A><AHREF="http://www.wysjs.cn/">..

  •   CSS仿淘宝首页导航条布局效果  (2008-5-10)

    <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;chars..

  •   CSS打造多彩文字特效代码  (2008-5-10)

    <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"xml:lang="en"lang="en"><head><metahttp-equiv="Content-Type"content="t..

  •   CSS代码表现一座漂亮的房子的特效  (2008-5-10)

    <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"xml:lang="en"lang="en"><head><metahttp-equiv="Content-Type..

  •   CSS制作的“弹出式”图像浏览器特效  (2008-5-10)

    <styletype="text/css"> .thumbnail{position:relative;z-index:0;} .thumbnail:hover{background-color:transparent;z-index:50;} .thumbnailspan{/*CSSforenlargedimage*/position:absolute;background-color:lightyellow;padding:5px;left:-1000px;border:1pxdashedgray;visib..

  •   用css实现孤形表格效果特效代码  (2008-5-10)

    <!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><html><head><title>NiftyCorners:HTMLCSSroundedcorners</title><metahttp-equiv="content-type"content="text/html;charse..

  •   CSS打造多彩文字链接  (2008-5-10)

    <html><head><title>CSS打造多彩文字链接</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><styletype="text/css">td{font-size:12px;font-family:宋体;}a{font-family:"宋体";font-size:9pt;text-decoration:none}.t1{c..

  •   超COOL的LIST样式  (2008-5-10)

    <html><head><title>!超COOL的LIST的菜单样式</title><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><style><!--BODY,td{font-family:verdana;cursor:default;font-size:12px;} a{font-size:12px;color:#006699;l..

  •   一个不错的CSS模拟的按钮效果  (2008-5-10)

    <styletype="text/css"><!--.btnOFF{padding:3px;border:1pxoutset;cursor:pointer;background-color:green;width:100px;height:16px;text-align:center;}.btnON{padding:3px;border:1pxinset;background-color:#CCCC33;width:100px;height:16px;text-align:center;color:red;}--..

  •   CnBlogs.Com用到的CSS控制的代码折叠  (2008-5-10)

    <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="http://www.w3.org/1999/xhtml"lang="zh-CN"><head><title>CnBlogs.Com用到的CSS控..

  •   CSS控制页面展开和关闭  (2008-5-10)

    <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="http://www.w3.org/1999/xhtml"lang="zh-CN"><head><title>CSS控制页面展开/关闭</t..

  •   超炫网页火焰字代码,网页特效  (2008-5-10)

    <html> <head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>欢迎光临网页教学网  有立体效果的CSS层代码  (2008-5-10)

    <!--以下代码加入<head>区域--><SCRIPT>functionc(css){up.className=css;alert(css)}</SCRIPT> <STYLE>TABLE,td,div{FONT-SIZE:9pt;CURSOR:hand;FONT-FAMILY:宋体}BODY{FONT-SIZE:9pt;FONT-FA..

  •   用CSS实现改变鼠标形状的代码  (2008-5-10)

    <spanstyle="cursor:hand">手形</span> <spanstyle="cursor:crosshair">十字</span> <spanstyle="cursor:text">文本光标</span> <spanstyle="cursor:wait">等待</span> <spanstyle="cursor:default">默认</span> <spa..