on this site here, my last 2 images on the 2nd row in the photo gallery area are pushed under the 1st two images of the 2nd row in IE7. how do i correct this?
Perhaps some superfluous floating of the gallery-1 and gallery-2 classes is causing it. Try removing the highlighted parts in the style.css file: .gallery-1, .gallery-2 {margin: 5px 0 5px 0; float:left; position:relative; } .gallery-1 {clear:right;} .gallery-2 {clear: both;} Code (markup): Also note that this external style.css file has open and close <script> tags in it, which should not be there. Not the cause of the problem, though.
Sorry about the delayed response. My IE7 is showing 2 rows of 4 images with the above changes; similarly to Firefox. Must be close. Maybe do the above deletions, plus the following addition as highlighted: #gallery { background: transparent url(images/gallery.png) no-repeat left top; [color=blue]width: 370px;[/color] } Code (markup): That gallery width could be adjusted slightly as needed. Note that I can't find the .thickbox class specifications anywhere in the thickbox.css or anywhere else, so I am assuming it is a blank class and unimportant.