The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Icons with rollover effect below navbar Details »» | |||||||||||||||||||||||||||
Icons with rollover effect below navbar Description This mod allows you to add an icons box below your navbar. Icons have an increase effect simply due to a rollover. No Javascript code. This mod works with all versions of Firefox, IE and Nescape. https://vborg.vbsupport.ru/vborg_mis...hreadid=214826 In your template Navbar, add at the bottom: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" align="center"> <tr> <td class="alt1" align="center"> <a href="www.link.com/albums" onMouseOver="icon1.src='images/misc/icon1_big.png'" onMouseOut="icon1.src='images/misc/icon1_small.png'"><img src="images/misc/icon1_small.png" border="0" name="icon1" alt="title" HSPACE=0 VSPACE=0></a> <a href="www.link.com/logs" onMouseOver="icon2.src='images/misc/icon2_big.png'" onMouseOut="icon2.src='images/misc/icon2_small.png'"><img src="images/misc/icon2_small.png" border="0" name="icon2" alt="title" HSPACE=0 VSPACE=0></a> <a href="www.link.com/partner" onMouseOver="icon3.src='images/misc/icon3_big.png'" onMouseOut="icon3.src='images/misc/icon3_small.png'"><img src="images/misc/icon3_small.png" border="0" name="icon3" alt="title" HSPACE=0 VSPACE=0></a> </td></tr></table> <br /> 1. Upload You must upload your icons into "images/misc". For an icon, you must have 2 images : a small image for egs: 50x50px) and a big image (for egs: 100x100px). Big images appears on mouseover. Icons name: icon1_small.png icon1_big.png icon2_small.png icon2_big.png etc... 2. In the previous code, please modify: Example: Icon 1 ---------------------------------------------------------------------- <a href="www.link.com/albums" -- Enter your redirect link ---------------------------------------------------------------------- ---------------------------------------------------------------------- alt="title" -- Enter your image title ---------------------------------------------------------------------- ---------------------------------------------------------------------- icon1.src='images/misc/icon1_big.png icon1.src='images/misc/icon1_small.png <img src="images/misc/icon1_small.png" name="icon1" If you add more icons, you must rename this by icon4, icon5, icon6, etc... ---------------------------------------------------------------------- Enjoy! Screenshots
Show Your Support
|
Благодарность от: | ||
K4GAP |
Comments |
#2
|
|||
|
|||
Vey Nice sofia like it
|
#3
|
|||
|
|||
This seems similar to this (Fisheye Menue) ? Isn't it ?
https://vborg.vbsupport.ru/showthread.php?t=160422 |
#4
|
|||
|
|||
Quote:
No. It's just a template modification to include rollover. Fisheye Menue add a "zoom in and increase" effect on icon and use JS files (I think). |
#5
|
||||
|
||||
nice work your very creative sofia but as a rule of thumbs all mouse events are small caps xhtml doesnt allow the old onMouseOver events, good job keep up that creativity.
|
#6
|
|||
|
|||
Awesome
Installed, nominated, rated I must say that I love you Sofia In 'Vb' way of course Cheers |
#7
|
||||
|
||||
Quote:
Good job, glad to see it's not just another similar mod yet it is, creativity imo . S-MAN |
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
Just one small question
I would like that row does not stretch out when I hoover with mouse over small icon, that is I would like to keep row hight lets say 128px(same as big icon) I dont like that rest of my forums jump every time.... Would be cool that small icons are centered by width and hight, and when hoover on them row does not stretch out Any pointers for this Thanks _____________ Just got some free time and ....found how to fix my problem Just after code for width added height="128" and also added conditionals for guests, I dont like that some icons are vissible for them... before <a href="http://.... added <if condition="$show[member]"> |
#10
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|