Page is a not externally linkable
zomby888 - 12:13 am on Aug 3, 2011 (gmt 0)
Hello, I have two divs put into one wrapper div. <div id="wrapper">
<div id="a">Title</div>
<div id="b"></div>
</div>
In div b I have x-repeatable background. In div a I have Title which is different size on every page. I want to expand div b horizontally so it fits its parent (the wrapper) 100% but be inline with div a.
So the effect is whatever title I put into div a div b changes its size.
Any suggestions?