开发者

td size does not increase when i increase the size of image

开发者 https://www.devze.com 2023-01-18 08:40 出处:网络
i want to know how to increase the size of td in table when i开发者_开发问答 increase the image size.

i want to know how to increase the size of td in table when i开发者_开发问答 increase the image size.

i have image in table td.

i have some option for increase the image size,

in that time, the image will increase but the td size does not increase, so i cant see the image full size the left side will not show.

thanks in advance


In the normal case, the td element will expand if it can to accommodate its contents (example), but if you're out of room (the other cells can't be made smaller), you may run into a problem. Also, if you've made the td element a fixed size, that may take precedence. Your first task will be to identify why it isn't growing automatically, since that's the normal behavior.

0

精彩评论

暂无评论...
验证码 换一张
取 消