Is it possible to nest one VML roundrect within another?
Posted
by darkangel
on Stack Overflow
See other posts from Stack Overflow
or by darkangel
Published on 2010-03-21T21:02:50Z
Indexed on
2010/03/21
21:11 UTC
Read the original article
Hit count: 256
For example:
<v:roundrect style="display:block;width:100px;height:100px;" fillcolor="#eee">
Hi
<v:roundrect style="display:block;width:50px;height:50px;" fillcolor="#c00">
Hey
</v:roundrect>
</v:roundrect>
I can't see the background of the inner roundrect when I use this markup.
Any ideas?
© Stack Overflow or respective owner