Hi, I'm trying to make a box shadow for a div with a dynamic height. wich works fine with
filter: progid:DXImageTransform.Microsoft.Shadow(color='#78000a', Direction=180, Strength=15)
But only if a specific height is set. But I want a shadow also on an dynamic height. Is this possible ? I also tried min-height but doesnt work.