CSS Image overflow issue with IE on Windows
-
Hi guys
*Have posted a similar question but this may be easier for people to understand*
Just finishing off my website, realised it works pretty sweet in most newer browsers besides Internet Explorer for Windows.
The problem is in my gallery and mods section, where the thumbnail images seem to overflow past my right hand menu.
There are basicly two columns, the left hand side with the image thumbnails, and the right hand side a menu, which only goes about halfway down. After the right menu ends, the thumbnails flow over to the right, under neath the right hand menu. I want to keep these images in the left hand column.
This also extends my main content box and makes it look ugly. Any ideas how to fix this with CSS? It works fine in IE for my Mac but not under Windows. Also works great with safari, omniweb, firefox, opera etc.
Any other advice or tips would be appreciated also.
Thanks for your time.
Here is the sample code:
<div class=”gallery”>
<div class=”galleryhead”>~ PHOTO GALLERY ~</div>
<div class=”polaroid”><img src=”thumbimage.jpg”><br>Text text text text.</div>
</div><div class=”clear”> </div>.galleryhead
{margin: 20px 0px 0px 0px;}.gallery
{text-align: center;
margin: 10 2 0 2;}.polaroid
{float: left;
width: 106px;
margin: 6px 10px 12px 10px;
border: 0px;
text-align: left;
height: 180px;
line-height: 4px;
word-spacing: 0px;
letter-spacing: 0px;
overflow: hidden;
float: left;}
- The topic ‘CSS Image overflow issue with IE on Windows’ is closed to new replies.