If i use use jquery offset on a 1440×900 screen to see where a user clicked inside of a picture and place a box around the coordinace, will that box be in the same place with a user with 1366×768 resolution? If not, how can you satisfy all different user coordination with different size resolutions? Thanks for any help.
Share
It depends on how you have placed the box on the screen. If it is floating on the page then the coordinates will defer. If it is fixed on the page then you will get the same coordinates no matter what screen resolution is. I hope this makes sense to you.