50个强大璀璨的CSS3/JS技术运用实例


Posted in HTML / CSS onFebruary 27, 2010

50例强大璀璨的CSS3/JS 技术运用。CSS3来了。虽然支持的浏览器很有限,但许多设计师都在实验它的强大功能。本文可以让你了解css3的新技术和功能。 Visual Effects and Layout Techniques With CSS3
CSS3 Analogue Clock
Analogue clock created using webkit transition and transform CSS. JavaScript is only used to pull in the current time.
50个强大璀璨的CSS3/JS技术运用实例
Use CSS3 to Create a Dynamic Stack of Index Cards
We will create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for the styling).
50个强大璀璨的CSS3/JS技术运用实例
dynamic PNG shadow position & opacity
When the light is turned on, the position and opacity of the logo shadow will change dynamically, depending on the position and distance of the light bulb. Don’t forget to drag the logo and/or the light bulb around!
50个强大璀璨的CSS3/JS技术运用实例
How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3
So, what about a vertical sliding panel that would act as some sort of drawer instead of the usual top horizontal sliding panel that pushes everything else down when it opens? While thinking of alternatives to the usual horizontal panels, I thought it would be nice to create something that works in a similar way, but that is a bit more flexible.
50个强大璀璨的CSS3/JS技术运用实例
Awesome Overlays with CSS3
The trick with these overlays is the gradient border, going form a lighter to darker orange as you go from top to bottom. To create that effect we used to the border-image property, which is a tricky little addition to CSS.
50个强大璀璨的CSS3/JS技术运用实例
CSS3 & Flexible UI: Avoid Recutting UI Graphics for Mobile
What if we could replace almost all of the graphical UI elements within Fennec with CSS created equivalents? As a designer, am I comfortable bypassing Photoshop and letting CSS run the pixel rodeo? After a few initial tests, the answer to both of those questions was a very solid “yes”. A solid “friggin’ right” if in Cape Breton.
50个强大璀璨的CSS3/JS技术运用实例
How To Create Depth And Nice 3D Ribbons Only Using CSS3
We will use box-shadow to create a drop-shadow with RGBa, a color model that allows an optimized contrast with any kind of backgrounds. RGBa is the standard RGB model (0,0,0 – 255,255,255) and it adds the last option (a) for the opacity. We can use this model also for other properties and it works with the new browser.
50个强大璀璨的CSS3/JS技术运用实例
Create a Beautiful Looking Custom Dialog Box With jQuery and CSS3
This custom dialog box is one of the scripts in that website and I think it will be quite useful for all of us. The reason I have this custom dialog box is to overcome the inconsistencies across different browsers. And, of course, it uses CSS3 to style everything.
50个强大璀璨的CSS3/JS技术运用实例
Drop-In Modals with CSS3
For those using WebKit based browsers (Safari and Chrome), CSS3 effects and properties can help you create fast, simple modals by using transforms, animation, and some subtle design cues.
50个强大璀璨的CSS3/JS技术运用实例
Newspaper Layouts with Columns and Image Masks
The faux-newspaper look goes in and out of style online pretty frequently, but these tricks can be used for quite a few cool applications. What we’ll talk about here is using -webkit-mask-image and -webkit-column-count.
50个强大璀璨的CSS3/JS技术运用实例 Visual Effects and Layout Techniques With CSS3
CSS3 Analogue Clock
Analogue clock created using webkit transition and transform CSS. JavaScript is only used to pull in the current time.
50个强大璀璨的CSS3/JS技术运用实例
Use CSS3 to Create a Dynamic Stack of Index Cards
We will create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for the styling).
50个强大璀璨的CSS3/JS技术运用实例
dynamic PNG shadow position & opacity
When the light is turned on, the position and opacity of the logo shadow will change dynamically, depending on the position and distance of the light bulb. Don’t forget to drag the logo and/or the light bulb around!
50个强大璀璨的CSS3/JS技术运用实例
How To Create A Sexy Vertical Sliding Panel Using jQuery And CSS3
So, what about a vertical sliding panel that would act as some sort of drawer instead of the usual top horizontal sliding panel that pushes everything else down when it opens? While thinking of alternatives to the usual horizontal panels, I thought it would be nice to create something that works in a similar way, but that is a bit more flexible.
50个强大璀璨的CSS3/JS技术运用实例
Awesome Overlays with CSS3
The trick with these overlays is the gradient border, going form a lighter to darker orange as you go from top to bottom. To create that effect we used to the border-image property, which is a tricky little addition to CSS.
50个强大璀璨的CSS3/JS技术运用实例
CSS3 & Flexible UI: Avoid Recutting UI Graphics for Mobile
What if we could replace almost all of the graphical UI elements within Fennec with CSS created equivalents? As a designer, am I comfortable bypassing Photoshop and letting CSS run the pixel rodeo? After a few initial tests, the answer to both of those questions was a very solid “yes”. A solid “friggin’ right” if in Cape Breton.
50个强大璀璨的CSS3/JS技术运用实例
How To Create Depth And Nice 3D Ribbons Only Using CSS3
We will use box-shadow to create a drop-shadow with RGBa, a color model that allows an optimized contrast with any kind of backgrounds. RGBa is the standard RGB model (0,0,0 – 255,255,255) and it adds the last option (a) for the opacity. We can use this model also for other properties and it works with the new browser.
50个强大璀璨的CSS3/JS技术运用实例

上一页12 3 下一页 阅读全文
HTML / CSS 相关文章推荐
CSS3轻松实现清新 Loading 效果的简单实例
Jun 06 HTML / CSS
详解CSS3开启硬件加速的使用和坑
Aug 21 HTML / CSS
CSS3教程(4):网页边框和网页文字阴影
Apr 02 HTML / CSS
详解CSS3中nth-child与nth-of-type的区别
Jan 05 HTML / CSS
html5+css3进度条倒计时动画特效代码【推荐】
Mar 08 HTML / CSS
html5是什么_动力节点Java学院整理
Jul 07 HTML / CSS
html5实现多图片预览上传及点击可拖拽控件
Mar 15 HTML / CSS
Canvas实现保存图片到本地的示例代码
Jun 28 HTML / CSS
使用canvas生成含有微信头像的邀请海报没有微信头像问题
Oct 29 HTML / CSS
CSS3新特性详解(五):多列columns column-count和flex布局
Apr 30 HTML / CSS
html实现弹窗的实例
Jun 09 HTML / CSS
css3属性选择器 “~”(波浪号) “,”(逗号) “+”(加号)和 “>”(大于号)
Apr 19 HTML / CSS
CSS3 网页下拉菜单代码解释 中文翻译
Feb 27 #HTML / CSS
CSS3模块的目前的状况分析
Feb 24 #HTML / CSS
让IE可以变相支持CSS3选择器
Jan 21 #HTML / CSS
玩转CSS3色彩
Jan 16 #HTML / CSS
需要知道的CSS3动画技术
Jan 01 #HTML / CSS
CSS3 倾斜的网页图片库实例教程
Nov 14 #HTML / CSS
不同浏览器对CSS3和HTML5的支持状况
Oct 31 #HTML / CSS
You might like
搜索和替换文件或目录的一个好类--很实用
2006/10/09 PHP
通过PHP current函数获取未知字符键名数组第一个元素的值
2013/06/24 PHP
php flush无效,IIS7下php实时输出的方法
2016/08/25 PHP
IE8 兼容性问题(属性名区分大小写)
2009/06/04 Javascript
MC Dialog js弹出层 完美兼容多浏览器(5.6更新)
2010/05/06 Javascript
基于jQuery的js分页代码
2010/06/10 Javascript
JavaScript经典效果集锦
2010/07/06 Javascript
将字符串中由空格隔开的每个单词首字母大写
2014/04/06 Javascript
javascript使用正则表达式检测IP地址
2014/12/03 Javascript
Javascript监视变量变化的方法
2015/06/09 Javascript
jQuery zclip插件实现跨浏览器复制功能
2015/11/02 Javascript
浅析jQuery移动开发中内联按钮和分组按钮的编写
2015/12/04 Javascript
基于Javascript实现返回顶部按钮
2016/02/29 Javascript
关于Vue.js一些问题和思考学习笔记(2)
2016/12/02 Javascript
vue router学习之动态路由和嵌套路由详解
2017/09/21 Javascript
结合Vue控制字符和字节的显示个数的示例
2018/05/17 Javascript
微信小程序网络请求封装示例
2018/07/24 Javascript
jQuery实现图片简单轮播功能示例
2018/08/13 jQuery
vue-router动态设置页面title的实例讲解
2018/08/30 Javascript
VUE.CLI4.0配置多页面入口的实现
2019/11/25 Javascript
[02:09]EHOME夺得首届辉夜杯冠军—现场颁奖仪式
2015/12/28 DOTA
python自动查询12306余票并发送邮箱提醒脚本
2018/05/21 Python
Python-ElasticSearch搜索查询的讲解
2019/02/25 Python
Python 3.8正式发布重要新功能一览
2019/10/17 Python
MxNet预训练模型到Pytorch模型的转换方式
2020/05/25 Python
python logging 重复写日志问题解决办法详解
2020/08/04 Python
Python远程linux执行命令实现
2020/11/11 Python
canvas使用注意点总结
2013/07/19 HTML / CSS
英国户外玩具儿童游乐设备网站:TP Toys(蹦床、攀爬框架、秋千、滑梯和游戏屋)
2018/04/09 全球购物
英国伦敦的睡衣品牌:Asceno
2019/10/06 全球购物
Java面试题:为什么要用Java
2012/05/11 面试题
市场营销专业毕业生求职信
2014/03/26 职场文书
教师作风整顿个人剖析材料
2014/10/10 职场文书
领导干部个人整改措施落实情况汇报
2014/10/29 职场文书
2015年小学总务工作总结
2015/07/21 职场文书
使用CSS实现音波加载效果
2023/05/07 HTML / CSS