how can i call js functions with css?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default how can i call js functions with css?

    any tutorial?


    buraksan Guest

  2. Similar Questions and Discussions

    1. How can I call MFC functions from Perl
      Hello, How can I call MFC functions from Perl? Which module / method I should select? Inline:C ? Inline:CPP ? XS ? or SWIG? Regards, Sankaran
    2. call functions dynamically
      i am having some trouble calling functions dynamically. i want to load data into pages as they are called. i therefore have a function called ...
    3. Call/Declare Functions
      I've got a movieclip that has some various functions declared inside of it like init(), etc...those work great. Then inside of that movieclip I have...
    4. #24843 [NEW]: session_regenerate_id does not call user-defined session functions
      From: luttgens at fusl dot ac dot be Operating system: Mac OS 10.2.6 PHP version: 4.3.2 PHP Bug Type: Session related Bug...
    5. Using custom SQL functions to call either ms... or my... depending on server
      Hi again As I'm developing my site, i've come across a problem with the database use. While developing it I only have mySQL, but the final server...
  3. #2

    Default Re: how can i call js functions with css?

    you can't. Calling js isn't a css function. Call the js (as an external js
    'sheet')
    in the head
    i.e.
    <script language="JavaScript1.2"
    src="yourdomainFolderForStyles/YourJS-styles.js" type="text/javascript">
    </script>

    Create the js sheet as text and upload as ascii.
    There's lots of info on this - do a google on external javascript

    suswelter Guest

  4. #3

    Default Re: how can i call js functions with css?

    Techinically, he can. Even though I believe this is just a working draft,
    there is a CSS property called "behavior" which can link to a JavaScript file
    with an ".htc" (HTML Components) extension. Whats interesting is that IE
    supports this, not sure about other browsers because I haven't extensively
    tested it.

    If your curious an want more info here's a few URL's.

    [url]http://www.blooberry.com/indexdot/css/properties/dynamic/behavior.htm[/url]
    [url]http://www.w3.org/TR/becss[/url]



    mzanime.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139