I have an image map that is centered to the page and I also have a dialog pop-up div (like google maps). I have the image centered but I want the popup to be able to stay fixed at some point and stay that way even if you zoom out or in.

Any tips?

<style>
#center_me{width:500px; position:relative; margin:0 auto}
</style>

<div id="center_me"><img src="images/image.jpg"></div>

<!-- or -->

<center><img src="images/image.jpg"></center>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.