CSS control background image tile to achieve border shadow effect

Source: Internet
Author: User

A CSS control background image tile, in order to achieve the effect of the area border Shadow, although the use of the picture, but the value of this code regardless of the area you need to shadow is how large, it can automatically adapt, because some are still worth collecting, compatible with all IE browser.

Copy Code code as follows:


<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">


<html xmlns= "http://www.w3.org/1999/xhtml" >


<head>


<title>css Border Shadow </title>


<style>


. dropshadow2{


Float:left;


Clear:left;


Background:url (/jscss/demoimg/200903/shadowalpha.png) No-repeat bottom right!important;


Background:url (/jscss/demoimg/200903/shadow.gif) No-repeat bottom right;


margin:10px 0 10px 10px!important;


margin:10px 0 10px 5px;


width:360px;


padding:0px;


}


. innerbox{


position:relative;


bottom:6px;


right:6px;


border:1px solid #999999;


padding:4px;


margin:0px 0px 0px 0px;


}


. innerbox{


/* IE5 hack * *


margin:0px 0px-3px 0px;


margin:0px 0px 0px 0px;


}


. Innerbox p{


font-size:14px;


margin:3px;


}


</style>


</head>


<body>


<div class= "Dropshadow2" ><div class= "Innerbox" ><h4>css shadow:</h4> <p> What about this border shadow effect? </p></div></div>


</body>


</html>


Effect chart

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.