GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: rollover.js is BAD LIBRARY (JavaScript)
Clone URL: git://github.com/cho45/rollover-js.git
cho45 (author)
Thu Mar 27 21:59:56 -0700 2008
commit  7c79f933a00398f3da949c4f85f3d34e71e841d3
tree    3e62adf343751854e0f171b5dece64c9463ffdea
rollover-js / rollover-sample.html
100644 19 lines (15 sloc) 0.446 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>rollover-sample</title>
    
    <script type="text/javascript" src="rollover.js"></script>
  </head>
  <body>
    <div id="whole">
      <h1 id="top"><a href="/"></a></h1>
 
      <div id="content">
        <img src="button.gif" class="btn" alt="button"/>
      </div>
 
    </div>
  </body>
</html>