Hello... Is the MULTIQUOTE button... Im using sprite CSS:
1. An image in normal mode - CSS SPRITE
2. An image when mouse is over the button - CSS SPRITE
3. An image when button is clicked - A simple .gif
MY CODE, something is wrong... I dont know where:
DEFAULT code:PHP Code:<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false" class="multiquote spritebutton">
<if condition="$show['multiquote_selected']">
<img src="$stylevar[imgdir_button]/multiquote_on.gif"</if>alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" />
</a>
</if>
PHP Code:<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false">
<img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" />
</a>
</if>



LinkBack URL
About LinkBacks





Reply With Quote