I am trying to place a wooden display board on the top of menu bar at http://offbeatdestination.com. I have successfully done this by using the following code:
<div style="position:relative;min-width:960px">
<img src="http://i43.tinypic.com/16nkvl.png" style="position: absolute;left:145;top:140" />
</div>
The problem I am facing with the above code is that I am using a modal to display pictures on the pages (for example http://offbeatdestination.com/infinity-resort/), but the modal window is showing far below the visible portion of the screen, and I have to scroll down which is not user friendly.
If I remove the above code everything is fine. How can I place my image without affecting the popup screen.