How to fix width and height of table cell ?

windows

Guest
I made an image-change-function so that I can load different images into a table cell. Now the width and height of the table cell changes with the width and height of the image loaded. Is there a way to fix the dimensions of the cell, so that the images adapt themselves to the dimensions of the cell ? <br />
Kippie<!--content-->if it is fixed at 100% then it should change, but if the table cell is fixed and is bigger than the image it won't. I don't think there is a straight out way, but javascript might have an option for you.<!--content-->i would also be interested in that one! set a table / cell property to a width that NOTHING can break.<br />
<br />
resolve some problems i'm having<br />
chris<pixelmonkey>:monkey:<!--content-->well, you could use transparent gifs to lock in the minimal size. Just swap it out when your done showing one on the images.<!--content-->
 
Back
Top