i have a problem with CSS position of one image on my page. I need it to keep that image in top right corner all time, so i choose to use this style for image: HTML:
<div class="head">
<div class="content nm">
<div class="menu_inline"><a href="Homepage">Home</a></div>
<div class="menu_inline"><a href="Help">Help Center</a></div>
<div class="corner">
<img src="{$basePath}/images/corner.png" alt="GOOGLE PLAY" id="corner">
</div>
</div>
</div>
CSS:
.#corner { display:inline; position: absolute; top:0px; right: 0px;}
Everything works OK in desktop browsers, but problem is, when i load my page on any smartphone (tested Android and iPhone), when i loadd a page, page is zoomed and the picture cover my menu and other content of page. You can see the problem on picture below.
Do you have any advice, how to correct this picture. I understand that browser probably calculate a user width and on then place