Hi,
I am using an infoWindowRenderer to a graphic. Following is css used.
supportClasses|InfoContainer
{
background-color: #ffffff;
font-size: 12;
info-placement: upperRight;
}
The pointer of the infowindow starts from the center of the PictureSymbol. How do i make the infowindow pointer start from the top right hand tip of the PictureSymbol. I tried the info-offset-y and info-offset-x, this setting just offsetting the entire window and not the pointer.