Stylecode für Anzeige der nichtbetretbaren Felder
Verfasst: 1. Okt 2007, 08:03
Folgenden Stylecode müsst ihr in eure Styles hinzufügen, wenn ihr ebenfalls diese Markierung wollt, wenn man mit der Maus über nicht betretbare Felder fährt:
img.nocango {background: transparent;}
a.nocango {background: #transparent; height: 50px; width: 50px; border-width: 0; display: block;}
a.nocango:hover {background: url(../images/map/nocango.gif) top left no-repeat; cursor: default;}
Alternativ könnt ihr natürlich dann auch ein eigenes Bild angeben, dass zu eurem Style passt.
img.nocango {background: transparent;}
a.nocango {background: #transparent; height: 50px; width: 50px; border-width: 0; display: block;}
a.nocango:hover {background: url(../images/map/nocango.gif) top left no-repeat; cursor: default;}
Alternativ könnt ihr natürlich dann auch ein eigenes Bild angeben, dass zu eurem Style passt.