Results 1 to 3 of 3

Thread: how to produce this using <div> css ????

  1. #1
    Join Date
    Mar 2014
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default how to produce this using <div> css ????

    I am trying to do this without using any tables... can anyone show me
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	code.jpg 
Views:	175 
Size:	19.6 KB 
ID:	5540  

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    If this is what you mean, I'll explain it later:
    Code:
    <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>

  3. #3
    Join Date
    Mar 2014
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    ya I can work with that thanks
    Last edited by wecandoit; 10-17-2014 at 11:40 AM.

Similar Threads

  1. I need to produce coloured "splats" on Home screen
    By Betong in forum Looking for such a script or service
    Replies: 0
    Last Post: 09-08-2009, 08:39 AM
  2. Replies: 5
    Last Post: 08-20-2007, 03:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •