Jump to content

coding for FireFox


Andy

Recommended Posts

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! :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...