Lyn
You give the images a width:
ul#img li img {
display:block;
position:absolute;
bottom:0;
width: 100px;
}
So the browser automatically scales the image, ie if image was 80px high and
50px wide. The image becomes 160px high and 100px wide.
remove: width: 100px from ul#img li img and add it to ul#img li should fix
the problem
--
Nick Cowie
http://nickcowie.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************