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使用多列制作瀑布流
May 10 HTML / CSS
css3隔行变换色实现示例
Feb 19 HTML / CSS
移动端适配 使px自动转换rem
Aug 26 HTML / CSS
css3实现动画的三种方式
Aug 24 HTML / CSS
html5 web本地存储将取代我们的cookie
Dec 26 HTML / CSS
html5 canvas-1.canvas介绍(hello canvas)
Jan 07 HTML / CSS
为你的html5网页添加音效示例
Apr 03 HTML / CSS
HTML5实现简单图片上传所遇到的问题及解决办法
Jan 20 HTML / CSS
详解HTML5中的picture元素响应式处理图片
Jan 03 HTML / CSS
浅谈HTML5新增和废弃的标签
Apr 28 HTML / CSS
html5 canvas 实现光线沿不规则路径运动
Apr 20 HTML / CSS
Html5 webview元素定位工具的实现
Aug 07 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求正负数数组中连续元素最大值示例
2014/04/11 PHP
Kindeditor编辑器添加图片上传水印功能(php代码)
2017/08/03 PHP
用javascript动态调整iframe高度的方法
2007/03/06 Javascript
JavaScript使用位运算符判断奇数和偶数的方法
2015/06/01 Javascript
javascript文本模板用法实例
2015/07/31 Javascript
javascript实现的网站访问量统计代码
2015/12/20 Javascript
JavaScript正则表达式的分组匹配详解
2016/02/13 Javascript
怎么引入(调用)一个JS文件
2016/05/26 Javascript
jQuery获取attr()与prop()属性值的方法及区别介绍
2016/07/06 Javascript
jQuery异步提交表单的两种方式
2016/09/13 Javascript
使用JQuery中的trim()方法去掉前后空格
2016/09/16 Javascript
JS 全屏和退出全屏详解及实例代码
2016/11/07 Javascript
JS设置CSS样式的方式汇总
2017/01/21 Javascript
vue中遇到的坑之变化检测问题(数组相关)
2017/10/13 Javascript
vue.js表单验证插件(vee-validate)的使用教程详解
2019/05/23 Javascript
解决vue单页面应用中动态修改title问题
2019/06/09 Javascript
vue源码中的检测方法的实现
2019/09/26 Javascript
Python3 能振兴 Python的原因分析
2014/11/28 Python
python中使用mysql数据库详细介绍
2015/03/27 Python
python函数中return后的语句一定不会执行吗?
2017/07/06 Python
Python3单行定义多个变量或赋值方法
2018/07/12 Python
基于python 取余问题(%)详解
2020/06/03 Python
Python如何读写CSV文件
2020/08/13 Python
微信html5页面调用第三方位置导航的示例
2018/03/14 HTML / CSS
美国二手奢侈品寄售网站:TheRealReal
2016/10/29 全球购物
国际书籍零售商:Wordery
2017/11/01 全球购物
英国在线电子和小工具商店:TecoBuy
2018/10/06 全球购物
运动鞋、足球鞋和慕尼黑球衣:Sport Münzinger
2019/08/26 全球购物
一套PHP的笔试题
2013/05/31 面试题
物理系毕业生自荐信
2013/11/01 职场文书
应用艺术专业个人的自我评价
2014/01/03 职场文书
2014年大学生预备党员思想汇报1000字
2014/09/13 职场文书
2015年学校心理健康教育工作总结
2015/05/11 职场文书
辞职信格式范文
2015/05/13 职场文书
[有人@你]你有一封绿色倡议书,请查收!
2019/07/18 职场文书
DIY胆机必读:各国电子管评价
2022/04/06 无线电