Poorly struggling with this all day, and I feel that someone who has more knowledge on the topic can save me a lot of grief ...
I created a website using jQuery Mobile and I want to use a custom image / logo instead of the standard title on all my pages. What makes it somewhat more complicated is that I also use the navigation bar only under a custom title / image for navigation. See below the image I'm talking about:
http://postimage.org/image/ywh1wajjr/
So, this is where I run into problems ... Scaling a custom image / header gives me nightmares. At a certain resolution (for example, predefined 480x800 in Dreamweaver) everything looks fine. However, I begin to run into problems when resolution increases:
First, the height of the image continues to increase, making the overall title (image and navigator) much larger than I want. Secondly, if you use a display with a very high resolution that exceeds the total width of the image, the image just stops at its maximum width, while the navigation bar (and the rest of the page) continues to expand to 100% of the page width - which obviously looks very weird.
I use the following / setup files:
jquery-1.8.2.min.js, jquery.mobile.structure-1.2.0.css, jquery.mobile.theme-1.2.0.css, jquery-1.8.2.min.js, jquery.mobile -1.2. 0.js and Dreamweaver cs6.
I tried a million different CSS variations in the above files along with html on the page with no luck. I have a feeling that it will include media queries with 3 or 4 different versions of the image, but despite all my efforts, I could not find a better way to do this.
My ideal scenario is a related background image + a navigation combination (or something similar) that works well on all popular mobile devices in both portrait and landscape modes.
Any advice would be appreciated ...