> Universal Head wrote:
> Can anyone enlighten me on this ...
> my thumbnail pics have about 5 pixels space at the bottom in IE6
> that I can't work out how to remove. In the CSS I have specified
> height and width, and padding is 0,.
> http://www.cinema4duser.com/tech_feature01.html
Try adding font-size:0; to your clearer style
You have also specified a 5px margin at the bottom of the images in both
pic and piclast classes
.pic {
margin: 0 5px 5px 0;
}
The order is: top right bottom then left
Regards
Jason Turnbull
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************