|
Posted by Mark Tranchant on December 10, 2004, 9:14 am
Please log in for more thread options Danny wrote:
> Hello
> I am trying to keep a table or row a fixed size.
> I have a javascript that assigns different images to the SRC of the main
> image, but the table will resize whne there is a smaller height image in
> there sometimes.
Why is it in a table cell anyway?
The easiest solution, but nasty, is to include a 1px wide transparent
GIF of the height you want before or after the switching image. This
will act as a prop for hold the cell to that height.
This is not the way to be designing pages in this century, however.
Describe why you're trying to do this, and we'll suggest alternatives.
--
Mark.
http://tranchant.plus.com/
|