I am developing a very simple home page that includes main graphic with two links that cannot be divided into divs (as far as I know) or modules for reflowing on mobile devices. I tried the following methods to get at my end goal:
1. A single image with image mapping to allow the two links. The image was set to 100% width and a max-width at 760px. This got the desired response on mobile devices except that it dropped the links. Fail.
2. I had hoped a simple table would provide the means to keep my links -- the links work on mobile, but the table will not shrink to the device width. Fail.
3. I tried placing the table in a div, but cannot get this to work either, which is where I left it.
Here is the current state of the page:
http://www.estork.com/Home-2
If anyone has a suggestion of how to setup this page up best while maintaining the graphic layout AND keeping the links AND working on mobile devices as well as desktop, I'm all ears...