A good compatibility of CSS to achieve div shadow effect

Source: Internet
Author: User
Tip: You can modify some of the code before running

<style type= "Text/css" > div {width:500px; height:500px; margin:0px; background: #FFFFFF; /* The first parameter is the x-axis shadow segment length The second parameter is the y-axis shadow segment length The third parameter is to the surrounding shadow segment length The fourth parameter is the shadow segment color * * box-shadow:0px 0px 10px #CCCCCC; -moz-box-shadow:0px 0px 10px #CCCCCC; -webkit-box-shadow:0px 0px 10px #CCCCCC; /*direction Shadow Angle 0° Strength the shadow segment length from bottom to upper clockwise/-ms-filter: Progid:DXImageTransform.Microsoft.Shadow (color= #E9E9E9, D Irection=0, strength=6) Progid:DXImageTransform.Microsoft.Shadow (color= #E9E9E9, direction=90, strength=6) Progid:DXImageTransform.Microsoft.Shadow (color= #E9E9E9, direction=180, strength=6) ProgID: DXImageTransform.Microsoft.Shadow (color= #E9E9E9, direction=270, strength=6) "; *filter:progid:dximagetransform.microsoft.shadow (color= #E9E9E9, direction=0, strength=6) PROGID:DXIMAGETRANSFO Rm. Microsoft.shadow (color= #E9E9E9, direction=90, strength=6) Progid:DXImageTransform.Microsoft.Shadow (color= #E9E9 E9, Direction=1strength=6) Progid:DXImageTransform.Microsoft.Shadow (color= #E9E9E9, direction=270, strength=6); } </style> <div> Web production Tutorials-www.111cn.net</div></td> </tr> </table>
Tip: You can modify some of the code before running
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.