When position an object in a few pages across my site I use a span of "float:right;width:125px". As an inline style it seems to work great in all browsers (even NS 4.78). But, the second I make it a class (.xxx {float:right;width:125px}) in my stylesheet and use <span class="xxx">...</span> it doesn't work anymore in Konqueror.
Any ideas?