Quote:
img.floatRight {
float: right;
margin: 0 5px 9px 0;
|
Only 1 problem - when you float an element you MUST give it a width.
I dug into it some more, the problem is NOT the floated image, it's the padding and margins you have on the <a> tag. Zero out padding and add margin: 0; to the a tags, including the :visited pseudo-class and the space goes away.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|