Hi!
Probably a lot of people having asked the same question, but i cant’ seem to find answers here or through google, so here i go:
It would be really sweet if i could get the height of a relatively sized div.
I have a dynamic list contained in a div, and i would like to have a dropshadow on the div. But as the list grows, the div grows, and so the dropshadowimage would have to grow. If i could retrieve the height of the div, i could use that number to resize the dropshadowimage.
I have an underlying background-image, so the dropshadow has to use alpha transparency (which makes it impossible to use css-dropshadows)
- Can this be done, and if yes, how?
- If not, any other suggestions?
I thank you in advance, dear kirupians!