Home › Forums › CSS › [Solved] Placement of background image › Reply To: [Solved] Placement of background image
May 18, 2014 at 11:18 am
#170534
Participant
Sorry but I really don’t understand what this would do?
It will fix the image sliding under the left sidebar if the screen size gets smaller .
Maybe it’s not a issue with the left sidebar
It has to do with those two (the sidebar and the background-image) getting in each others space when the viewport gets smaller, and the fact that the background-image has a horizontal background-position
declared in a percentage (relative to the viewport/browser-window) that will shift that position when the viewport size changes.
and I can leave it as it is…
But why not try?
BTW: do you understand what media-queries are, or do?