Skip to main content

JS Style Switcher for BG Images 77 Responses

Last post: 2 years, 3 months ago | Thread started: Feb 3, 10, 7:35 p.m.

RespondNew TopicDisable Images

Out of context: Response #5 [Feb 3, 10, 7:35 p.m.]

  • BusterBoy

    Thanks for everyone's help on this. The code that is working is below - it triggers on mouseover:

    <script type="text/javascript">
    $(window).load(function(){
    $("#linky").mouseover(function...
    $('body').css("background-image... bg-pink.gif )");
    return false;
    });
    });

    Then the HTML trigger:
    a href="#" id="linky">clicky</a

    Just wondering how I could accomlish the trigger from within flash?

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content