Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am trying to put 2 images (designerbear and coderbear) on top of the background image qbhead. I need them to be in a certain position in the middle of the background image and stay in that position when adjusting the page size so they will need to be image responsive as well. I would also like to be able to adjust exactly where the images sits on the background, it will be somewhere in the middle but it needs to be exactly right.

Here is the Html:

<body>
<img src="images/QBhead.png" class="img-responsive">
<img src= "images/designerbear.png" />
<img src= "images/coderbear.png" />
</body>
Posted
Comments
Sergey Alexandrovich Kryukov 16-Jul-15 19:26pm    
Those a broken links.
The problem is solved using absolute positioning.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900