English
中文(简体)
中文(繁体)
한국어
日本語
English
Português
Español
Русский
العربية
Indonesia
Deutsch
Français
ภาษาไทย
Home
Downcodes
Programming Related
Website Building Resources
Books and Tutorials
Web Design Tutorials
Network Programming Tutorials
Mobile Games
Mobile Software
Articles
Home
>
Web design tutorial
>
CSS tutorial
CSS border shadow effect
Author:Eve Cole
Update Time:2009-06-12 17:26:54
<style>
.s1{ border:2px solid #f7f7f7;width:200px;}
.s2{ width:200px; height:300px; border:1px solid #ddd;}
</style>
<div class="s1">
<div class="s2">
CSS外框阴影
</div>
</div>
Related Articles
css class library collection
2009-06-12
CSS complete solution collection
2009-06-12
Modular CSS | Manage CSS more efficiently
2009-06-12
CSS data set: IE8 CSS hack
2009-06-10
Why CSS optimize About css optimization
2009-06-10
Some syntax of background in CSS css
2009-06-09
Advanced CSS: Detailed explanation of how to read CSS priority
2009-06-07
Overcoming CSS Learning Barriers CSS Chinese-English Dictionary
2009-06-07
How to implement CSS layout in the center of CSS Div
2009-05-31
The basics of CSS web page layout CSS selector selector
2009-05-31
Ten CSS Tips for CSS Beginners to Read
2009-05-31
CSS framework: A brief discussion on the pros and cons of CSS framework
2009-05-31