thx - i realized that was the solution too... still, i wonder why the floated p has 'different' padding + margin than the non-floated p, as the only difference between the p's is the 'float: right' ??
[EMAIL PROTECTED] wrote: > seems images don't line up evenly when used within a floating p tag and a > regular p tag... > > - http://www.fatgraffix.com/testing/css-question/css-test.html Francis, it may be the margin/padding on the inline p. Try zeroing them out. Or don't use a p tag at all-- put the css in the head of the document: css .input.flr { float: right; } html <input class="flr" type="image" src="http://www.fatgraffix.com/testing/css-question/US/en/img/layout/buttons /checkout-shop.gif" /> <input type="image" src="http://www.fatgraffix.com/testing/css-question/US/en/img/layout/buttons /checkout-shop.gif" /> -- http://chelseacreekstudio.com/ ------------------------------ -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
