I have two pictures, one of a wheel and another of an arrow. I want to position the arrow so it will point down on the wheel.
In my body part I defined:
screen.width/2; is going to give you a number, not a CSS length. You need to add "px" to it.
screen.width/2;
"px"