Add Shadow to CSS Block
Posted: Thu Aug 02, 2007 6:05 pm
Hey,
I want to add shadow (using CSS) to a block, created in CSS.
I use this CSS code :
#info {
display: block;
width: 150px;
border-top: 20px solid #feecde;
border-right: 1px solid #fccba8;
border-bottom: 1px solid #fccba8;
border-left: 1px solid #fccba8;
margin: 10px;
padding: 10px;
filter:shadow(color=#333333, direction=135);
background-image:url(images/layout/aktueel_bg.gif);
background-repeat: repeat-y;
}
Can someone tell me whats wrong with this code because there is no shadow
Please help
Musicscore
I want to add shadow (using CSS) to a block, created in CSS.
I use this CSS code :
#info {
display: block;
width: 150px;
border-top: 20px solid #feecde;
border-right: 1px solid #fccba8;
border-bottom: 1px solid #fccba8;
border-left: 1px solid #fccba8;
margin: 10px;
padding: 10px;
filter:shadow(color=#333333, direction=135);
background-image:url(images/layout/aktueel_bg.gif);
background-repeat: repeat-y;
}
Can someone tell me whats wrong with this code because there is no shadow
Please help
Musicscore