Good evening!
There is such a block:
<ul> <li id="parent"> <a href="#">test</a> <ul class="child"> <li id="child-elem">test-child</li> </ul> </li> </ul>
The #parent width auto block, the .child position absolute block, how to make the width to the # child-elem block, like the #parent block (width inherit does not help)?
Thanks for attention.