Hey guys, so i am working on a site right now for mobile.
And all of the comments are wrapped in a Div like so
Code:
<div class="comment">
<div class="comment_top"></div>
<div class="comment_middle">
<p>All of the comment info goes in here</p>
</div>
<div class="comment_bottom"></div>
</div>
The div's, comment_top, comment_middle, comment_bottom all have background images with specific widths right now.
Is there a way to make these Background Images re-size with the size of the window ( phone screen ). And not have a specific width.
If you have a smart phone you can go to
www.stage.1cp.ca/discover/sort/recent
And view the comment area, right now because the width is specific, the right side is always cut off.