• 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

Division tag in dhtml

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using division in dhtml to get scrollable tables.For that i am specifying width and hight like
<div id = "Div1" style="overflow:auto;width:30%;height:40%">
But if i am having rows in table less than the specified height.
div's horizontal scroll bar is appearing so for from my table because of table row is exceeding horizontal limit.
but i need that horizontal scroll should come at the last row of the table but it should not allow to grow the table after the specified height.
PLease give the solution
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am moving this message to "HTML and JavaScript" forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic