Page 1 of 1

Off Topic: JS for Freezing Top Row of HTML Table

Posted: 18 Feb 2015, 22:31
by alexhenes
Sorry for the off topic post... but maybe someone here can point me in the right direction.

I have an html page with a table in it. I would like the top header row to be frozen when it scrolls. Does anyone have a solution for this? Here is the page.

http://www.merelyafleshwound.com/conten ... k-log.html

Thanks

Re: Off Topic: JS for Freezing Top Row of HTML Table

Posted: 18 Feb 2015, 23:50
by mjau-mjau
I was gonna make a suggestion with just 2 lines of CSS, but I see it has some flaws. I saw some solutions here, but they require some "coding":
http://jsfiddle.net/dPixie/byB9d/3/
http://jsfiddle.net/C8Dtf/366/
http://www.fixedheadertable.com/
http://codepen.io/jgx/pen/wiIGc

Re: Off Topic: JS for Freezing Top Row of HTML Table

Posted: 20 Feb 2015, 12:57
by alexhenes
thanks Karl... I will look into these...