The CSS format for ".picture a" is too restrictive as the link is only created (outputted) if a user is logged in. If not logged in a blob entry by user who has a picture formats incorrectly and looks ugly.

The fix is simple change:

.picture a {

to

.picture {

This will ensure a border and float: right directives are always applied.

cheers

Comments

scoutbaker’s picture

This appears to be a duplicate of #218661: IE6 Broken Profile Avatar Display in Nodes, possibly in FF 2.0.0.11 aswell.. I'm not marking it as such until this is verified.

scoutbaker’s picture

Status: Active » Closed (duplicate)

We have a verification on the original issue that this is working. I'm marking this duplicate. The solution provided has already been copied to the original issue.

Thanks lurkerfilms.