Popup Pointer length

768
2
08-06-2013 08:54 AM
LuciHawkins
Occasional Contributor III
Hi,

I modified the popup.png sprite and have the outerPointer.left and outPointer.right using the longer arrows.  The problem is the popup is being placed at the same distance relative to the map-click as it was before.  Where in the css is this setting?  I want it to be like the long arrows that are used in topLeft and topRight.
[ATTACH=CONFIG]26505[/ATTACH]Mouse was clicked in the middle of the red highlighted parcel - popup pointer is not pointing to click
[ATTACH=CONFIG]26507[/ATTACH]Mouse was clicked on the address - mouse is pointing to click

How can I make my new outerPointer.left point to the mouse click like the pointer.topLeft does?


.esriPopup .outerPointer.left {
left: -31px;
top: 50%;
background-position: 0 -275px;
width: 51px;
height: 48px;
}
.esriPopup .pointer.topLeft {
left: 0px;
top: -43px;
background-position: 0 -470px;
width: 51px;
height: 45px;
}

Thanks,

Luci
0 Kudos
2 Replies
MattHaberkamp
New Contributor
I'm trying to do the same thing you were and can't find a solution, were you ever able to figure this out?

thanks,
0 Kudos
by Anonymous User
Not applicable
Original User: LuciH

Unfortunately, No.  I wish I had more knowledge and experience with sprites and such.

Thanks,

Luci
0 Kudos