image in panel whithout scroll bar and move image (top and down) in panel whith javascript function
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
精彩评论