Results 1 to 4 of 4

Thread: fixed table/cell height

  1. #1
    Senior Member
    Join Date
    May 2002
    Posts
    147

    fixed table/cell height

    Is it possible to create a cell or table that has a fixed hiehgt. So instead of expanding as the amount of text increases, it stays the same size.

    What at the alternatives to achieving this without using a table?
    Mama always said, keep your virus definitions up to date.

  2. #2
    AO French Antique News Whore
    Join Date
    Aug 2001
    Posts
    2,126
    It's possible to do fixed height... Just use height="100" where 100 is the number of pixel..

    The other way is to use div tag..
    -Simon \"SDK\"

  3. #3
    Senior Member
    Join Date
    May 2002
    Posts
    147
    but if you put the text on more than one line, the cell stretches.
    Mama always said, keep your virus definitions up to date.

  4. #4
    Senior Member
    Join Date
    Jan 2002
    Posts
    227

    Angry stupid ie

    Yes that's problem of ie. Stupid IE is wrong in html so IE interprets height='' as min-height=''. In opera or mozilla height works fine. I'm not sure, but overflow:hidden; may help... But I'm really not sure. Try to look for "height problem" at google.
    http://promote.opera.com/small/opera94x15.gif

    [gloworange]Sun7dots[/gloworange]

Posting Permissions

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