| Author |
div tags
|
kelly benson
Greenhorn
Joined: Nov 28, 2004
Posts: 3
|
|
I have a table where the fields go beyond the screen width therefore i have horizontal scrolling. Now since my rows go beyond the page view i tried using div tags(so headings can be seen with all rows) but the problem is the heading which is outside the div tag cannot be scrolled along with the rows of data horizontally . eg. Name| address |age | telephone| zip |email1| email2| ----------------------------------------------------- kelly |4xyz,hsjh|27|23334245|4354|xyz@fdfd.ds |/\| kelly |4xyz,hsjh|27|23334245|4354|xyz@fdfd.ds | | kelly |4xyz,hsjh|27|23334245|4354|xyz@fdfd.ds |\/| |<- ->
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
http://www.devsoftware.com/dhtmlTest/tableIE.html You may want to try to play with this and see if this would work for you. Eric
|
 |
 |
|
|
subject: div tags
|
|
|