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匹配手机屏幕横竖状态
Jan 27 HTML / CSS
html5+css3气泡组件的实现
Nov 21 HTML / CSS
纯CSS3制作的鼠标悬停时边框旋转
Jan 03 HTML / CSS
html5 web本地存储将取代我们的cookie
Dec 26 HTML / CSS
HTML5 CSS3实现一个精美VCD包装盒个性幻灯片案例
Jun 16 HTML / CSS
HTML5 Canvas中使用路径描画二阶、三阶贝塞尔曲线
Jan 01 HTML / CSS
实例讲解利用HTML5 Canvas API操作图形旋转的方法
Mar 22 HTML / CSS
html5 实现客户端验证上传文件的大小(简单实例)
May 15 HTML / CSS
HTML5中的进度条progress元素简介及兼容性处理
Jun 02 HTML / CSS
HTML5微信播放全屏问题的解决方法
Mar 09 HTML / CSS
H5 canvas实现贪吃蛇小游戏
Jul 28 HTML / CSS
Html5 APP中监听返回事件处理的方法示例
Mar 15 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
使用PHP数组实现无限分类,不使用数据库,不使用递归.
2006/12/09 PHP
PHP加密扩展库Mcrypt安装和实例
2013/11/10 PHP
PHP中exec与system用法区别分析
2014/09/22 PHP
php resizeimage 部分jpg文件 生成缩略图失败的原因分析及解决办法
2016/03/23 PHP
Zend Framework框架实现类似Google搜索分页效果
2016/11/25 PHP
PHP实现数组转JSon和JSon转数组的方法示例
2018/06/14 PHP
异步加载script的代码
2011/01/12 Javascript
JavaScript实现页面实时显示当前时间的简单实例
2013/07/20 Javascript
jquery选择器、属性设置用法经验总结
2013/09/08 Javascript
Checbox的操作含已选、未选及判断代码
2013/11/07 Javascript
基于jQuery实现仿百度首页选项卡切换效果
2016/05/29 Javascript
Bootstrap的modal拖动效果
2016/12/25 Javascript
在node.js中怎么屏蔽掉favicon.ico的请求
2017/03/01 Javascript
jquery表单验证实例仿Toast提示效果
2017/03/03 Javascript
js实现简单分页导航栏效果
2019/06/28 Javascript
layui 对弹窗 form表单赋值的实现方法
2019/09/04 Javascript
解决layui的使用以及针对select、radio等表单组件不显示的问题
2019/09/05 Javascript
详解Python的Django框架中的中间件
2015/07/24 Python
wxpython中自定义事件的实现与使用方法分析
2016/07/21 Python
python之文件的读写和文件目录以及文件夹的操作实现代码
2016/08/28 Python
Python中字符串的修改及传参详解
2016/11/30 Python
解决Linux系统中python matplotlib画图的中文显示问题
2017/06/15 Python
在Python中将函数作为另一个函数的参数传入并调用的方法
2019/01/22 Python
解决启动django,浏览器显示“服务器拒绝访问”的问题
2020/05/13 Python
python使用布隆过滤器的实现示例
2020/08/20 Python
selenium自动化测试入门实战
2020/12/21 Python
BCBG官网:BCBGMAXAZRIA
2017/12/29 全球购物
屈臣氏马来西亚官网:Watsons马来西亚
2019/06/15 全球购物
.NET常见笔试题集
2012/12/01 面试题
简述进程的启动、终止的方式以及如何进行进程的查看
2013/07/12 面试题
Vector, ArrayList, HashTable, HashMap哪些是线程安全的,哪些不是
2015/10/12 面试题
图书室管理制度
2014/01/19 职场文书
2014年教师党员公开承诺书
2014/05/28 职场文书
2015年毕业实习工作总结
2014/12/12 职场文书
工作转正自我鉴定范文
2019/06/21 职场文书
Mybatis-Plus 使用 @TableField 自动填充日期
2022/04/26 Java/Android