Plik styli wykorzystywany przez forum (http://dreamland.net.pl/forum/style.php?id=5&lang=pl) ma problem z generowaniem styli dla guzików na forum, takich jak Nowy wątek czy Odpowiedz.
Poprawny fragment:
Kod: Zaznacz cały
.reply-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("./styles/610nm/imageset/pl/button_topic_reply.gif") 0 0 no-repeat;
margin-right: 10px;
}
.post-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("./styles/610nm/imageset/pl/button_topic_new.gif") 0 0 no-repeat;
margin-right: 10px;
}
.locked-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("./styles/610nm/imageset/pl/button_topic_locked.gif") 0 0 no-repeat;
margin-right: 10px;
}
.newpm-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("./styles/610nm/imageset/pl/button_pm_new.gif") 0 0 no-repeat;
margin-right: 10px;
}Kod: Zaznacz cały
.reply-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("") 0 0 no-repeat;
margin-right: 10px;
}
.post-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("") 0 0 no-repeat;
margin-right: 10px;
}
.locked-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("") 0 0 no-repeat;
margin-right: 10px;
}
.newpm-icon {
float: left; display: block; width: 96px; height: 25px;
background: url("") 0 0 no-repeat;
margin-right: 10px;
}