Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript IE reports error in JS-File

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29223
    dose
    Member

    Hey,

    what´s wrong with this code? it works in Opera, FF, Safari, only IE 7 reports problem.

    Code:
    $(“#navMainLanding a”).hover(
    function(){
    $(“h2”, this).css({
    ‘color’: ‘#E6640A’,
    });
    },
    function(){
    $(“h2”, this).css({
    ‘color’: ‘#fff’,
    });
    }
    );

    Thanks for Answers
    Dose

    #77428
    dose
    Member

    Ah ok Thanks!
    Now it works fine

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.