Skip to content

Instantly share code, notes, and snippets.

@ggslyman
Created April 15, 2011 11:39
Show Gist options
  • Save ggslyman/921569 to your computer and use it in GitHub Desktop.
Save ggslyman/921569 to your computer and use it in GitHub Desktop.
if( (wH+st) < Math.floor(cH+mH+pos.top) ) {
var tp = pos.top-cH;
if((pos.top-cH)<0) {
tp = 10;
};
css = {zIndex:options.zIndex, top:tp+"px", display:"none"};
ani = "show";
opp = true;
borderTop = styles.borderTop;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment