Excellent Ariel! Thank you. Just one issue I think you had one
extra } in there, but this worked perfect for me! Thank you very
much!
Vallard
On May 27, 12:23 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote:
> $(document).ready(function(){
>$('#home, #contact, #galler
I'm trying to run the following code:
var nav = [ "#home", "#contact", "#gallery", "#about" ];
$(document).ready(function(){
for(var i = 0; i < nav.length; i++){
$(nav[i]).mouseover(function(){
$(nav[i]).animate({
marginTop: "-5px"
});
}
2 matches
Mail list logo