Hello all,
I have inhereted a web app that uses a web control that someone built it is kind of like a drop down but the result are actual in a table. And now I am wanting to maintain the header titles when the user scrolls down the fields.
I found the class the page is calling and it is:
table.dropDownSearch tr.Header
{
background-color: #BDB76B;
}
If is set position: fixed; in this class then the titles are fixed but it show up over the first record.
any help or suggestions would be great,
Thanks,
Ordinary Programmer
I have inhereted a web app that uses a web control that someone built it is kind of like a drop down but the result are actual in a table. And now I am wanting to maintain the header titles when the user scrolls down the fields.
I found the class the page is calling and it is:
table.dropDownSearch tr.Header
{
background-color: #BDB76B;
}
If is set position: fixed; in this class then the titles are fixed but it show up over the first record.
any help or suggestions would be great,
Thanks,
Ordinary Programmer