Settings

You can hide list of countries or quasi-tooltips by changing the class of a #map div <div id="map" class="bottom tooltip">

hidden tooltip
the countries names shown on the map and hidden list
bottom
the list of countries under the map
bottom tooltip
the list of countries under the map and names shown on the map (default)

..You can modify the appearance of the list in any way in the CSS file:

#map a
list of countries
#map li:hover, #map a:focus
selected country
#map a.active, #map a:active
active country

..you can also change:

#loader
style for a preloader
#map .tt
style of country names shown on the map; also in the 'eu-map-560px.css' file (at the end of the sheet) you can adjust the position of the names on the map or change the style of 'bubble' for each country.

..options to activate countries you will find in the eu-map.js file.
Of course you can freely change the appearance of the map ...

Go up