Select to view content in your preferred language

map.infoWindow does not display [X] icon

851
2
Jump to solution
10-09-2012 11:11 AM
RichardDaniels
Honored Contributor
I have a javascript web application at http://www.wsdot.wa.gov/Monument/gis/index.htm?Title=WSDOT%20Monument%20Mapping%20Engine%20v4.0 that works fairly well; however, the button you would expect to see on the right corner of the infoWindow does not display.

Any ideas on why it is not showing up?

Thanks,
Rich
0 Kudos
1 Solution

Accepted Solutions
__Rich_
Deactivated User
In your CSS in the file at http://www.wsdot.wa.gov/media/styles/styles.css you have the following rule:

.hide {display:none;}


The anchor element which contains the x icon has class="hide".

(also, just so you know, there are a number of errors that occur in the page e.g. some of your widgets haven't been parsed/instantiated when you try to use them like the zoomprev button)

View solution in original post

0 Kudos
2 Replies
__Rich_
Deactivated User
In your CSS in the file at http://www.wsdot.wa.gov/media/styles/styles.css you have the following rule:

.hide {display:none;}


The anchor element which contains the x icon has class="hide".

(also, just so you know, there are a number of errors that occur in the page e.g. some of your widgets haven't been parsed/instantiated when you try to use them like the zoomprev button)
0 Kudos
RichardDaniels
Honored Contributor
the pitfalls of reusing .css styles 😉 to keep a one-DOT look.
0 Kudos