ok, having a little trouble with a layout in opera/IE. here (<!-- m --><a class="postlink" href="http://www.samingle.com/showpics.php?dir=/don/Ashland/">http://www.samingle.com/showpics.php?dir=/don/Ashland/</a><!-- m -->) is the page in question. in FF & NS, the image is flush with the right border, but in IE there's a gap I can't get rid of, and in opera its hanging out down below the list#content ul{margin:0;padding:0;list-style-type:none;width:58px;float:left;display:block;}
#content img{display:block;margin-right:-5px;padding:0;float:right;}
#caption {clear:both;}
img floated right, clear after floating elements, !important too wide to accommadate ul and img, margin-right content img to -5px to align with border.worked perfectly, thanks a bunch
#content img{display:block;margin-right:-5px;padding:0;float:right;}
#caption {clear:both;}
img floated right, clear after floating elements, !important too wide to accommadate ul and img, margin-right content img to -5px to align with border.worked perfectly, thanks a bunch