• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

div tags

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 |\/|
|<- ->
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic