Responsive CSS background image - how to make content follow
问题 I have CSS background image in header div. Image responsiveness works fine but I cant get it work so that content under header image "follows" image when it resizes. Problem is that when I give height value to header image div then div height is fixed. And when I do not give height image is not shown at all. See working example JSFIDDLE Any help how to fix? 回答1: Here is your solution: Issue:- Height value in percentage doesn't work, until unless it has been used in any position layer.