开发者

image in panel whithout scroll bar and move image (top and down) in panel whith javascript function

开发者 https://www.devze.com 2023-02-22 15:52 出处:网络
I loaded a picture in a panel (ASP Panel).size of my 开发者_如何学JAVAimage is bigger than size of panel. i want my panel without scroll bar? how to do that? and i want move image (top and down) in pa

I loaded a picture in a panel (ASP Panel).size of my 开发者_如何学JAVAimage is bigger than size of panel. i want my panel without scroll bar? how to do that? and i want move image (top and down) in panel with javascript function. is it possible? how can i do that?


Add overflow: hidden; to the panel, if it has a set height and width that the image is expanding out of.

For the second part, I think you're going to need to give us a little more information

0

精彩评论

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