ymeyaw Posted March 29, 2006 Posted March 29, 2006 hi,Need help here. I succesfully converted data in xml to html table. However, i wish freeze the title of the table so that when i scroll down the html page, i am still able to see description of each column of the table.
boen_robot Posted March 29, 2006 Posted March 29, 2006 Technically speaking, even plain old HTML can't do this, so a plain XSLT won't be either. You need either a frame (bad idea) or a JavaScript that would hold the header on the top of the screen inside it's own frame.
ymeyaw Posted March 30, 2006 Author Posted March 30, 2006 Technically speaking, even plain old HTML can't do this, so a plain XSLT won't be either. You need either a frame (bad idea) or a JavaScript that would hold the header on the top of the screen inside it's own frame.<{POST_SNAPBACK}> thanks alot ..
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now