Just a quick update. I found a better solution. This works 100%:
$(document).ready(function() {
$('.navbutton').not("#active").siblings(".rollover").css({ opacity:0,
display:'block' });
$(".navbutton").not("#active").hover(function(){
$(this).siblings(".rollover"
I used the slightly better:
http://blog.threedubmedia.com/2008/08/eventspecialhover.html
Works well.
Thanks,
Adam
Very interesting.
Will post back with results.
This doesnt work at all, even without the stop().
Nav bar is unresponsive.
I tried this but it had no affect.
I also tried stop() after siblings(".rollover"). which appears to work
but permanently breaks the nav bar if you move your mouse over it
quickly.
Hi,
This is my first time using jquery and Ive designed a small and simple
fadein/out script that acts as a rollover on this navigation bar:
http://relentless-servers.co.uk/Relentless%20Servers%20v3/
Here is the code:
$(document).ready(function() {
$(".navbutton").not("#active").hover(
6 matches
Mail list logo