渐变

2007年1月19日


<!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=utf-8″ />
<
title>Super-Easy Blendy BackgroundsExample 7</title><

style type=“text/css”>
.
grad img {
     
height100%;
     
left0px;
     
positionabsolute;
     
top0px;
     
width100%;
     
z-index0;
}
.
box {
     
bordersolid orange 2px;
     
floatleft;
     
margin1px;
     
positionrelative;
     
width165px;
     
padding5px;
}
.
box * {
     
margin0px;
     
positionrelative;
     
z-index1;
}
html .grad {
     
filterprogid:DXImageTransform.Microsoft.AlphaImageLoader (src=‘grad_white.png’sizingMethod=’scale’);
}
html .grad img {
     
displaynone;
}
html .box {
    
position:static;
}
.
blue 
     
background-color#2382a1; 
}
.
green 
     
background-color#4be22d; 
}
.
pink 
     
background-color#ff009d;
}</

style><!–[if 

IE 7]>
<
style type=“text/css”>
.
box {
     
bordersolid red 2px;
     
height:2.5em;
}
</
style>
<![endif]–></

head><

body>
<
div class=“box grad blue”>
     <
img src=“grad_white.png” />
     <
p>Ooo, <a href=“#”>linked text</a>!</p>
</
div>
<
div class=“box grad pink”>
     <
img src=“grad_white.png” />
     <
p>Ooo, <a href=“#”>linked text</a>!</p>
</
div>
<
div class=“box grad green”>
     <
img src=“grad_white.png” />
     <
p>Ooo, <a href=“#”>linked text</a>!</p>
</
div>
</
body>
</
html>

body>
<
div class=“box grad blue”>
     <
img src=“grad_white.png” />
     <
p>Ooo, <a href=“#”>linked text</a>!</p>
</
div>
<
div class=“box grad pink”>
     <
img src=“grad_white.png” />
     <
p>Ooo, <a href=“#”>linked text</a>!</p>
</
div>
<
div class=“box grad green”>
     <
img src=“grad_white.png” />
     <
p>Ooo, <a href=“#”>linked text</a>!</p>
</
div>
</
body>
</
html>


xhtml&css, 网络技术 ,

  1. 目前还没有任何评论.
  1. 目前还没有任何 trackbacks 和 pingbacks.