how to make fixed position of column names on JSP/xml form
Hi,
I use Oracle 9i, ver. 2. I create a browse form (JSP) where I can see the data from one large table through Microsoft Internet Explorer (version 6).
When I scroll the browse form I would like that names of
columns to be fixed on the form.
I trued with following tag but without success:
<h1 style="background-color:yellow;position:fixed;"> Column_names_1, Column_names2</h1>
I would appreciate any help on it.
Aleksandar