Positioning of div's using css: layout issue with absolute positioned div
问题 The code below shows a circle plus a bar, built using a previous post. The problem I'm experiencing is that the bar in practice has a fixed height equal to the circle 's height. I guess this is because of the absolute inline-block . However, I seem to need absolute inline-block because without them text is placed below the bar instead of inside it. The problem I'm experiencing is that if the text within the text div does not fit within bar (too much text), the text runs belows the bar (so the