Expanding a table's row height

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ivan Debono

    Expanding a table's row height

    Hi all,

    I have an asp webpage that loads a few records from a recordset into a
    table (each recordset a row). The table has 2 columns, the first
    column is sort of a menu with menu items and a background color. The
    second column contains the rows (ie. recordset rows).

    When there are 1 or 2 rows in the table, I would like to expand the
    height of the table to fit the height of the browser control, so that the
    first column's background fills up the whole length.

    How can I do it??

    Thanks,
    Ivan


  • Aaron [SQL Server MVP]

    #2
    Re: Expanding a table's row height

    With client-side HTML, e.g. <table height=100% ... >

    --
    Please contact this domain's administrator as their DNS Made Easy services have expired.

    (Reverse address to reply.)




    "Ivan Debono" <ivanmdeb@hotma il.com> wrote in message
    news:u5QvdJdtEH A.3152@TK2MSFTN GP14.phx.gbl...[color=blue]
    > Hi all,
    >
    > I have an asp webpage that loads a few records from a recordset into a
    > table (each recordset a row). The table has 2 columns, the first
    > column is sort of a menu with menu items and a background color. The
    > second column contains the rows (ie. recordset rows).
    >
    > When there are 1 or 2 rows in the table, I would like to expand the
    > height of the table to fit the height of the browser control, so that the
    > first column's background fills up the whole length.
    >
    > How can I do it??
    >
    > Thanks,
    > Ivan
    >
    >[/color]


    Comment

    Working...