• 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

Tiles problem: left menu area is not growing in length as the number of content lines grows

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to fix a JSP that is using Tiles for layout. The left navigation menu's height seems to be fixed but I need it to be dynamic. The text that can appear on it represents rows from a data base. The amount rows can grow to be a fairly large number and I need the left menu to grow in height. I have tried not specifying any height and specifying in a CSS rule:

height: auto;

but this does not fix the problem. The only thing I have been able to do is to give the div in question a fixed height of 500px. I am using IE to develop with.

Any ideas how to make the height change dynamically?

Thanks.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a CSS, not Struts, issue.
reply
    Bookmark Topic Watch Topic
  • New Topic