Board index PBase HTML and Style Sheets Question about Shadow

HTML and Style Sheets

Question about Shadow

Customize your galleries.
tivoli
 
Posts: 40

Question about Shadow

Post Sun Jul 25, 2004 12:34 pm


Figured out a double frame with a ridge, very happy. Now, I'd like to put a shadow detail on the image, I guess around the entire frame, not the image. I cut/pasted the shadow text from elsewhere, but it is not working. What am I doing wrong? Thank you.

}
.display {
border: #666633 20px ridge;
background-color : #ffffff;
padding: 40px;
display : block;

progid:DXImageTransform.Microsoft.Shadow(color="#141414",Direction=135,Strength=5);
}

robert
 
Posts: 114

Shadow

Post Mon Jul 26, 2004 12:41 pm


Think you left out something...try this:

}
.display {
border: #666633 20px ridge;
background-color : #ffffff;
padding: 40px;
display : block;
filter:
progid:DXImageTransform.Microsoft.Shadow(color="#141414",Direction=135,Strength=5);
}

tivoli
 
Posts: 40


Post Mon Jul 26, 2004 7:43 pm


Oh, thank you so much, that worked!


Board index PBase HTML and Style Sheets Question about Shadow

Who is online

Users browsing this forum: ClaudeBot and 0 guests