http://jsfiddle.net/adamadam123/qv2yR/
上記は私が現在取り組んでいるコードです。以下は、私が達成しようとしているもののイメージです。
基本的にチャットボックス「IM」で、青とピンクの画像があり、画像内にさまざまな量のテキストを配置できるようにする必要があります。
また、画像を CSS の背景として使用しようとしましたが、テキストに合わせて拡大されないことがわかりました。フローティングと絶対配置も試しました。
どんな助けでも大歓迎です。
どうも
<div class="chatMessengerBody">
<div class="chatMessengerChatBubble chatMessengerChatBubbleBlueWrapper">
<img src="images/chat-messenger-chat-bubble-blue.png" class="chatMessengerChatBubble chatMessengerChatBubbleBlue"/>
<p class="chatMessengerChatBubbleContent">Great, thanks for asking. Never better to tell you the truth. So how about those dolphins?
Great, thanks for asking. Never better to tell you the truth. So how about those dolphins?
Great, thanks for asking. Never better to tell you the truth. So how about those dolphins?
</p>
</div>
<div class="chatMessengerChatBubble chatMessengerChatBubblePinkWrapper">
<img src="images/chat-messenger-chat-bubble-pink.png" class="chatMessengerChatBubble chatMessengerChatBubblePink"/>
<p class="chatMessengerChatBubbleContent">Great, thanks for asking. Never better to tell you the truth. So how about those dolphins?</p>
</div>
</div>