I want a Dynamically expanding text box with images showing the start and end.
I figured the best way is split in to 3 slices, 1 containing the top, 1 containing the repeating image, One containing the bottom,
Text should run though all 3, So ive got 3 Divs and ive made a parent div for them looking similar to
<div id="newstext">
<div id="newstop"> </div>
<div id ="newsrept"> <div>
<div id="newsbottom"> <div>
</div>
With newstext set up with just a width, News top and bottom set up with width and height, And newsrept set up with min-height and a width.
Is this the best set up or is there some clever CSS Trick im missing ?
Edit:
I cant make it work any way i try
Photoshop output, I knew CSS was one of them languages i should learn better 
Statistics: Posted by reggie — June 22nd, 2012, 4:55 am
]]>