Relative positioning in IE7
-
This page – https://philipus.com/galleries – displays properly on my Mac in Chrome, FF and Safari (all latest versions), with the three images on a horizontal line in the middel of the page.
However on IE7 on a PC the three images are squoshed together from the middle of the line and onto the right (even overlapping).
This is the code in style.css, a container and then one div for each image:
.galleriescontainer {float: left; width: 950px; height: 633px; position:relative;}
.galleriestopleft {position: absolute; left:2px; top:180px;}
.galleriestopmiddle {position: absolute; top:180px; left:306px;}
.galleriestopright {position: absolute; top:180px; left:610px;}Thanks very much
Philip
- The topic ‘Relative positioning in IE7’ is closed to new replies.