I am working on a Joomla based website template called xtec from www.crosstec.de that does not like me using JQuery based code inserted into any articles.
I am trying to create a responsive div that has 2 images in it and am trying to do it entirely in css.
This is what I am trying to acheive.
1) Normal width screen/browser has both images each 465px wide x 507 pixel in height - side by side with a 2 pixel gap between them centered horizontally in the browser window
2) As I reduce the screen/browser width the images should both shrink proportionally until at the point of screen / browse rreaching 850px wide then images should move to a single column and then both images are aligned vertically on top of each other, as I reduce the screen / browser they continue to reduce proportionally in size, still centered in the column.
I used the code from "2-column CSS responsive layout with a responsive image" as a starter
My site URL is http://www.clickandrent.mobi and the 2 images I am trying to perform this on are below the full width slider and above the bottom 2 images.
Many Thanks - Martyn