Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzos committed Jan 30, 2011
1 parent d9c1d54 commit f50e05f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ How to use

JS sample:

#JS

// Just create the object in the DOM ready event
window.addEvent('domready', function() {
var myImageTip = new MooImageTip();
Expand All @@ -29,6 +31,8 @@ JS sample:

HTML code:

#HTML

<div>
Standard tip:
<a href="#" class="imagetip" rel="image.jpg" title="Label">link</a>.
Expand All @@ -40,6 +44,8 @@ HTML code:
</div>

CSS rules:

#CSS

/* Standard tip styling (default ID is "mooimagetip") */
#mooimagetip {
Expand Down

0 comments on commit f50e05f

Please sign in to comment.