Hi Everyone,

I'm trying to position an image:

82.4.130.162/about_us.php

on the right hand side.

Code in CSS:

img.right {
float: right;
margin-left: 10px;
}



It works just the way I want it to in Firefox, but being a pain in IE.

What do I do to make it work in IE?

Any advise would be welcome.

P.S. Google people need not apply, I am searching, didn't find the answer yet