Topic: More table trouble (Page 1 of 1) |
|
---|---|
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-26-2001 21:37
Thanks to twitch for helping with that last question. Now I have another... =) |
Maniac (V) Mad Scientist From: Long Island, NY |
posted 04-26-2001 22:27
Slime, |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 04-27-2001 12:54
Yah, netscape will accept a percentage width, but does poorly with a percentage height, who can tell why? If you specify a px value for height, thsat wwill work though. If there is more content than will fit in a table that tall it will simply force it larger. Hard to say what IE will do with that, though. |
Maniac (V) Mad Scientist From: the west wing |
posted 04-27-2001 17:38
CSS Level 2 does support the vertical-align : <baseline, sub, super, top, text-top, middle, bottom, text-bottom, %value> tag. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-27-2001 21:25
Well, I know about the vertical-align thingy, but what that does is specify how images and such should be aligned to a line of text. It doesn't change where the *text* is relative to it's containing box. Unless I misread that in my HTML, but I went over it a few times... |
Maniac (V) Mad Scientist From: New California |
posted 04-27-2001 22:36 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-27-2001 22:53
Well, again, the problem is that the table cell's size may change very often, I don't want to have to update the height of the gif image. |
Maniac (V) Inmate From: there...no..there..... |
posted 05-03-2001 14:57
I appologise if you know any of this, but I'm not sure if you tried this or not. I had to do this for a page of mine. I had a single table that was off to the right and the text had to be aligned a very certain way. |