Smooth DIV border shadow and css div border shadow using pure CSS without Graphs
<! 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>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
<Title> CSS border shadow </title>
<Style type = "text/css">
Div {border-width: 1px; border-style: solid; padding: 1px; padding: 1px ;}
. A {background-color: # F3F3F3; border-color: # FBFBFB ;}
. B {background-color: # D8D8D8; border-color: # E8E8E8 ;}
. C {background-color: # FFF; border-color: # BBB; height: 100px; color: # ff0000 ;}
</Style>
</Head>
<Body>
<Div class = "a">
<Div class = "B">
<Div class = "c"> display content. </Div>
</Div>
</Div>
<Div> <A href = "http://www.999jiujiu.com/"> http://www.999jiujiu.com/</A> </div>
</Body>
</Html>