File: example.css

Recommend this page to a friend!
  Classes of Roy Yu   ToolTip plugin   example.css   Download  
File: example.css
Role: Auxiliary data
Content type: text/plain
Description: dummy css
Class: ToolTip plugin
jQuery plugin to display tooltips
Author: By
Last change:
Date: 13 years ago
Size: 607 bytes
 

Contents

Class file image Download
/* Document : 001 Created on : Nov 18, 2010, 10:28:06 AM Author : ryu Description: Purpose of the stylesheet follows. */ /* TODO customize this sample style Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ .tooltip{ display:block; position:absolute; top:10px; left:200px; padding:5px; min-width:50px; max-width: 200px; border:1px solid #0cf; background-color:#cff; color:#000; } .tipholder { margin:5px; min-width:50px; max-width: 200px; cursor: pointer; } .highlight { background-color:yellow; }