Skip to content

Commit

Permalink
modified: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzos committed Jul 22, 2010
1 parent 4968a06 commit 75fb395
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -19,7 +19,7 @@ JS sample:
// If you want to customize the tip, you can use some options
window.addEvent('domready', function() {
var myAdvancedImageTip = new MooImageTip({
offset: {x: 4, y: 4}, // This will move the tip relative to mouse position
offset: {x: 4, y: 4}, // Offset relative to mouse position
className: 'mylinks', // This is the links class name
tipId: 'mytip', // This is the tip ID, for styling
follow: false, // Tip will not follow the mouse cursor
Expand Down Expand Up @@ -66,8 +66,8 @@ Syntax and options:

options (object, optional):
Initial options for the class. Options are:
offset: An object like {x: 16, y: 16} (default), that specify the distance
of the tip from the mouse cursor.
offset: An object like {x: 16, y: 16} (default), that specify
the distance of the tip from the mouse cursor.
className: Class name of the links to parse (default "imagetip").
tipId: ID for the tip element, for styling (default "mooimagetip").
follow: If TRUE (default) tip will follow mouse cursor movements.
Expand Down

0 comments on commit 75fb395

Please sign in to comment.