ich steh leider geistig vor einer Wand und hoffe jemand hier kann mir helfen - ich bastel gerade an einer Erweiterung bei der zusätzlich zu den ICQ, Mail, PN, ... Button zwei weitere Button hinzukommen sollen. Soweit so einfach habe ich gedacht, leider werden mir die Bilder nicht angezeigt, wenn ich mir jedoch den Ausgabequelltext ansehe bekomme ich:
Code: Alles auswählen
<li class="web-icon">
<a href="http://example.de" title="Website besuchen: http://example.de">
<span>Website</span>
</a>
</li>
<li class="mmogame-icon">
<a href="http://mmogame.com/profile/show/47634" title="MMOGame">
<span>MMOGame</span>
</a>
</li>
<li class="cr_hosting-icon">
<a href="http://kb.un1matr1x.de/memberlist.php?mode=viewprofile&u=2" title="KB-Hosting">
<span>KB-Hosting</span>
</a>
</li>
<li class="msnm-icon">
<a href="./memberlist.php?mode=contact&action=msnm&u=2" onclick="popup(this.href, 550, 320); return false;" title="WLM">
<span>WLM</span>
</a>
</li>
In der imageset.cfg steht:
Code: Alles auswählen
img_icon_cr_hosting = icon_cr_hosting.gif*20*20
img_icon_mmogame = icon_mmogame.gif*20*20
Code: Alles auswählen
/* Begin OGame-Mod */
.mmogame-icon, .mmogame-icon a { background: none top left no-repeat; }
.cr_hosting-icon, .cr_hosting-icon a { background: none top left no-repeat; }
/* End OGame-Mod */
...
/* Begin OGame-Mod */
ul.profile-icons li.mmogame-icon { width: {IMG_ICON_MMOGAME_WIDTH}px; height: {IMG_ICON_MMOGAME_HEIGHT}px; }
ul.profile-icons li.cr_hosting-icon { width: {IMG_ICON_CR_HOSTING_WIDTH}px; height: {IMG_ICON_CR_HOSTING_HEIGHT}px; }
/* End OGame-Mod */
Code: Alles auswählen
/* Begin OGame-Mod */
.mmogame-icon, .mmogame-icon a { background-image: url("{IMG_ICON_MMOGAME_SRC}"); }
.cr_hosting-icon, .cr_hosting-icon a { background-image: url("{IMG_ICON_CR_HOSTING_SRC}"); }
/* End OGame-Mod */
Was mach ich falsch? Wo ist der Anfängerfehler den ich übersehe?
Danke schonmal & LG Un1