R refael Well-known member Nov 8, 2013 #1 HTML: { background: url('styles/example/image.png') no-repeat top left; } Won't switch left/right. But in this way it will switch HTML: { background: url('styles/example/image.png') top left no-repeat; }
HTML: { background: url('styles/example/image.png') no-repeat top left; } Won't switch left/right. But in this way it will switch HTML: { background: url('styles/example/image.png') top left no-repeat; }