0

I am having problems positioning my background images to the "bottom". When I try to set its position to bottom, it actually moves my image even further up the top so that the upper portion is cut off. I was searching for what might be causing this and saw someone mentioned that "jQuery was setting bottom to 0". (Found here actually)

This is occurring even on this simple test editor and has left me at a loss as to what to do.

Is anyone familiar with this and how to fix it?

Community
  • 1
  • 1
user4853
  • 363
  • 3
  • 8

1 Answers1

0

It is an optical illusion because the height of the body is too small to observe the change properly. Add this to the body CSS and you will see the actual placement, try it with different variations of the body background image position

border: solid red 2px;
margin:0px;
height:500px;
frazras
  • 5,928
  • 4
  • 30
  • 40