Home › Forums › CSS › Controlling content on background images ( responsive design ) › Reply To: Controlling content on background images ( responsive design )
December 10, 2013 at 12:20 pm
#158088
Member
I did responsive images with padding-top and make it pos : absolute. Later I just puts some random top positions ( relative positions ) to the content until I make it nice.
If you did that then they weren’t background images which was the subject of your post.
Arranging content around bg images is just a matter of setting boundaries on the content based on the bg image of the parent element.
Arranging images in the HTML (lets call them** content images**) and other HTML elements is a different thing entirely.