Questo è il modo più semplice
codice:
<html> 
<head> 
<style> 
.nowrap { 
    
white-space: nowrap;
overflow: scroll;
} 
</style> 
</head> 
<body> 
  
<div class="nowrap"> 
[img]foto[/img] [img]foto[/img][img]foto[/img][img]foto[/img][img]foto[/img][img]foto[/img][img]foto[/img][img]foto[/img]
</div> 
</body> 
</html>