K ketels New Member ★ 20 ★ Impact 0 0 Feedback Sep 17, 2005 1K views 1 reply #1 My float:right doesnt float all the way to the right in IE. Does anyone have any suggestions? Code: #img2 { float:right; display:inline; } <img id="Img2" style="border-left: #000000 1px solid" alt="Foto" src="pic.jpg">
My float:right doesnt float all the way to the right in IE. Does anyone have any suggestions? Code: #img2 { float:right; display:inline; } <img id="Img2" style="border-left: #000000 1px solid" alt="Foto" src="pic.jpg">
G gamex Established Member ★ 20 ★ Impact 7 100% 10 Feedback Sep 20, 2005 #2 Try setting the right border of the pic to 0 and the margins of the body to 0. Joe