Thread: Table height issues in IE
Results 1 to 4 of 4
Related
-
IE8 not rendering correct height Forum: CSS Forum
Replies: 2 -
dynamically changing height of a div Forum: CSS Forum
Replies: 3 -
Table 'Height' attribute deprecated? Forum: HTML Forum
Replies: 0 -
CSS and img height & width Forum: CSS Forum
Replies: 1 -
IE div height query Forum: CSS Forum
Replies: 5
-
03-11-2007, 02:55 PM #1
Table height issues in IE
I'm trying to make a table that will automatically change in height so I can easily change the content without having to spend ages messing around with the other cells (which contain images). In IE, a column which AFAIK should stretch is not stretching. It does in Firefox!
Here is a simplified version which shows the problem: http://www.element42.org/test2.htm
The black borders are actually cells with a specified width. In the actual page, they merge with an image to provide a special border. Now, the left hand column is split into two rows. I want the top row to stretch to whatever length it needs to be; the bottom row would contain an image that fits into the exact bottom left (I've coloured the cell grey here); I've specified the height of the cell in the code but IE insists on 'growing' it!
Can anyone tell me what I'm doing wrong, or how to fix it? (i.e. like it already is in FF) Thanks!
-
03-12-2007, 03:29 AM #2
Re: Table height issues in IE
Have you tried styling the layout with css instead of tables?
Tables are notoriously error-orine for layout.
-
03-12-2007, 12:25 PM #3
Re: Table height issues in IE
Thanks, I haven't yet, I was hoping to keep it simple, but it looks like I may have to...
-
03-13-2007, 04:54 AM #4
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum