in BUTTONS.CSS add this line instead of that one in the mod:
Code: Select all
.quick-reply-icon span { background: transparent none 0 0 no-repeat; }
Code: Select all
.quick-reply-icon span { background-image: url("{IMG_BUTTON_QUICK_REPLY_SRC}"); }
Code: Select all
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div><!-- IF S_QR_ENABLED --><div class="quick-reply-icon"><a href="javascript:toggle_quick_reply();" title="{L_QUICK_REPLY}"><span></span>{L_QUICK_REPLY}</a></div><!-- ENDIF -->
refresh style! In this way, images alternate themselves on mouse over, no little text on button, and all works as expected on firefox and IE7