Requesting Navbar On Hover Script
2 posters
Page 1 of 1
Requesting Navbar On Hover Script
Hello!
As part of my earlier request @ https://help.forumotion.com/t136942-request-animated-navigation-bar-buttons-nintendo-s-mario-coin-box-style I'm requesting a script to toggle this picture:
on hover in the navbar links (centered in each of them) of my forum. I want a second script which shows how to toggle sound as well for that.
Thanks!
As part of my earlier request @ https://help.forumotion.com/t136942-request-animated-navigation-bar-buttons-nintendo-s-mario-coin-box-style I'm requesting a script to toggle this picture:
on hover in the navbar links (centered in each of them) of my forum. I want a second script which shows how to toggle sound as well for that.
Thanks!
Guest- Guest
Re: Requesting Navbar On Hover Script
- Code:
$(document).ready(function() {
var audioElement = document.createElement('audio');
audioElement.setAttribute('src', 'http://soundfxcenter.com/video-games/super-mario-bros/f8b973_Super_Mario_Bros_Coin_Sound_Effect.mp3');
audioElement.setAttribute('autoplay', 'autoplay');
$.get();
audioElement.addEventListener("load", function() {
audioElement.play();
}, true);
$('.navlinks .mainmenu').on('hover',function(event) {
audioElement.play();
});
$('.navlinks .mainmenu').unbind("mouseleave");
});
replace
- Code:
http://soundfxcenter.com/video-games/super-mario-bros/f8b973_Super_Mario_Bros_Coin_Sound_Effect.mp3
- Code:
with your url if you dont want that 1
Re: Requesting Navbar On Hover Script
I've made u admin on my website. Please, DO take your time, dude! I appreciate your help VERY much.
Thank you!
Samantha.
Thank you!
Samantha.
Guest- Guest
Re: Requesting Navbar On Hover Script
Please do not post just a smiley (?)._Twisted_Mods_ wrote:;ll;
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Requesting Navbar On Hover Script
i didnt my kids was in here pushing buttons ..lol give them the warning i dont want it
Re: Requesting Navbar On Hover Script
_Twisted_Mods_ wrote:i didnt my kids was in here pushing buttons ..lol give them the warning i dont want it
Come on, SLGray. Give him a break will ya? I'm sure he didn't do this on purpose!
I fear the day I'm logged in and away and my kids accidentally destroy my website ...
Guest- Guest
Re: Requesting Navbar On Hover Script
I did not give an official warning.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum