TBODY scrollable

A

Adi

Hi,
I made a TBODY scrollable but I have a problem,
If there is a "Select" boxes in the table it puts the select boxes on
top of the Table head when scrolling.
Any idea if that can be fixed?
Thanks
 
R

RobG

Adi said:
Hi,
I made a TBODY scrollable but I have a problem,
If there is a "Select" boxes in the table it puts the select boxes on
top of the Table head when scrolling.
Any idea if that can be fixed?
Thanks

Try putting them in a tfoot.
 
I

Ivo

"Adi" asks
I made a TBODY scrollable but I have a problem,
If there is a "Select" boxes in the table it puts the select boxes on
top of the Table head when scrolling.
Any idea if that can be fixed?
Thanks

It 's the old problem of elements which are not built by the browser but
borrowed from the OS, they don't listen to z-indeces or other style
properties. You may notice the same with most form controls in some
browsers. Iframes suffered from the same thing until IE5.5 iirc. One
workaround is to note the position of each select element in the tbody so
you can calculate when one is about to overlap the thead and it is time to
remove it. Another, equally cumbersome solution, is to place your content in
an iframe...
HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top