Ok carnal solo me queda pensar en que tengas alguna otra instrucción que anule el fixed en tus imágenes, podrías mostrar tu código completo o tu sitio?
en dado caso te dejo este código como ejemplo
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
body{height:2000px;}
.fixed{visibility:visible; position:fixed; top:150px; left:350px;}
</style>
</head>
<body>
<img src="http://ag.wsimarketing.info/img/img005.jpg" class="fixed" />
</body>
</html>