Hi I have a problem in my blog http://www.blooglespot.com I placed a smooth image gallery on the top right. The images in that are over flowing whenever I lode the page. How to fix this.
Both in IE explorer and Firefox. the error is the all images come out of the gallery and over flow. visit the blog you understand.
Try adding this to your CSS: .imageElement img { height: 200px; width: 350px; } Change height and width to whatever the size should be. This means every image inside the imageElement div will be restricted to this size.