Results 1 to 9 of 9

Thread: Need table to expand with content

  1. #1
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Need table to expand with content

    Hello,
    go to solidwebs.net look at the twitter box, if the tweet is long enough the box doesnt view all of it.

    I need the box to expand vertically with it, i know it should be done by making the sides as a bg with repeat Y, but i dont know how to do it, any help will be appreciated

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    What do you mean twitter box? I don't see anything on the page with that name

  3. #3
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    on the sidebar, there is a bluebird, with the qupte coming out of its mouth, thats the twitter box

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try this:
    Code:
    .ts-1-7 { //style.css (line 437)
    border:medium none;
    height:auto;
    left:108px;
    padding:0;
    position:absolute;
    top:56px;
    width:174px;
    }
    Good luck!

  5. #5
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    nop didnt work, also tried making the hight auto for the borders too, didnt work

  6. #6
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Actually what is needed is that the css and html is rewritten so that the borders are a bg with repeat-Y, so that when its expanded the borders still work, but i dont knwo how to do that

  7. #7
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Please wait a minute, i am changing the code, then help me modify the new one

  8. #8
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Take a look at this tutorial, it's about rounded corners but you can use the same method for you tweet box:
    http://css-tricks.com/video-screencasts/24-rounded-corners/
    This one might also be useful:
    http://css-tricks.com/video-screencasts/19-designing-a-unique-page-for-twitter-updates/

    Good luck!

  9. #9
    Join Date
    Nov 2008
    Posts
    31
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks alot

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
  •