Jump to content

Andy

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Andy

  1. The things I'm concerned about are overflow and relative height in Firefox. There's a div in a table cell, which should be 100% the height of that cell at all times. To make this, I added an overflow:auto to the div. In IE it works without problems: when the content exceeds the window, I get a little scrollbar and the div stays put at 100% height. But in Firefox the content extends the div and there is no scrollbar. I can make it work is I set the height in pixels, however, I need the height in %. Does anybody know how I can do it?Thanks in advance! :)

×
×
  • Create New...