[SOLVED] Avatar float trouble

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
HiddenS3crets
Forum Contributor
Posts: 119
Joined: Fri Apr 22, 2005 12:23 pm
Location: USA

[SOLVED] Avatar float trouble

Post by HiddenS3crets »

Basically the avatars shown here are supposed to all float on the right, but some are not all the way to the right. How can I get them to all line up on the right side?

This is the css code:

Code: Select all

.news_avatar {
        float: right;
        padding: 2px;
        margin: 0 0 10px 10px;
        border: 1px solid #696969;
}
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

Did you find a solution already? I looked in FF, Moz and IE and they all align well.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Yes he did.. I'll mark this solved.
Post Reply