how to set table footer static

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hima Bindu

    how to set table footer static

    Hi,

    How can the table footer be set to static. I am able set the first row
    - header as static using

    THEAD.fixedHead er TR {
    POSITION: relative; TOP:
    expression(docu ment.getElement ById("tableCont ainer").scrollT op)
    }
    But for footer, it is not working.

    I need to set the last row of the table as static.

    Could you please anyone help me regarding this.

    Thankyou,
    Bindu.
  • Zifud

    #2
    Re: how to set table footer static

    Hima Bindu wrote:[color=blue]
    > Hi,
    >
    > How can the table footer be set to static. I am able set the first row
    > - header as static using
    >
    > THEAD.fixedHead er TR {
    > POSITION: relative; TOP:
    > expression(docu ment.getElement ById("tableCont ainer").scrollT op)
    > }
    > But for footer, it is not working.
    >
    > I need to set the last row of the table as static.
    >
    > Could you please anyone help me regarding this.[/color]

    This has nothing to do with any of the forums you have posted to. Try:

    comp.infosystem s.www.authoring.stylesheets

    --
    Zif

    Comment

    Working...