Log in

View Full Version : how to produce this using <div> css ????



wecandoit
10-16-2014, 06:41 PM
I am trying to do this without using any tables... can anyone show me

molendijk
10-16-2014, 08:53 PM
If this is what you mean, I'll explain it later:


<div style="position: relative; background: black; height: 275px; width: 222px; ">
<div style="font-family: arial; font-size: 12px; position: absolute; bottom: 0px; height: 68px; width: 210px; background: white; padding-left:4px; padding-right: 4px; border: 2px solid black; overflow: auto; ">
<div style="height: 6px"></div>
TITLE OF THIS<br>
Lorem ipsum is simply dummy text of the printing and typesetting industry.<br>
Lorem ipsum has been the industry's
</div>
</div>

wecandoit
10-17-2014, 11:33 AM
ya I can work with that thanks