The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
MULTIQUOTE button - Sprite CSS
Im using Css sprites. And I have just one "button" not working. Is MULTQUOTE Button.
PHP Code:
The class=?multicitar spritebutons? should work this way: PHP Code:
For the roll to work, I have to delete any tag <img?.> and put the class into tag <a ref?.> The problem of MULTIQUOTE button is that it have 3 moment: The normal The hover and when is PRESS (images/buttons/multiquote_on.gif) <--- This should NOT be CSS. So, I want to know how to make this works. Thanks!. |
#2
|
||||
|
||||
make a three layer image like my double button.
using <a href="#" class="quoter" onmouseover="document.getElementsByClassName('quot er').style.backgroundPosition= '0px -640px';" onclick="document.getElementsByClassName('quoter') .style.backgroundPosition='0px -1280px';"></a> uses to events to trigger a rollover that doesn't flicker and minimal js code. remember to set the css info for it as well. |
#3
|
|||
|
|||
Thanks AGAIN PEIN!.
Works... but: 1. The button display OK. 2. The button when mouse is over OK. 3. The button when you click work?s like a normal quote... here I let you the code with your modification: <if condition="$show['multiquote_post']"> <a href="$post[replylink]" class="multiquote spritebutton" onmouseover="document.getElementsByClassName('mult iquote spritebutton').style.backgroundPosition= '0px -640px';" onclick="document.getElementsByClassName('multiquo te spritebutton').style.backgroundPosition='0px -670px';"></a> </if> The original (default) code was: <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> |
#4
|
|||
|
|||
Please????
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|