Monday, October 10, 2011

For makeing beautiful Tooltips using jQuery plugin

Chek the below link for the plugin and for useage details

http://plugins.jquery.com/project/bt


useage.

1) put 1) jquery.bt.min.js  and 2) jquery.bt.css in the javascript folder and stylesheet folders respectively.

2) $('#accordion').bt({ padding: 20, width: 100, spikeLength: 60, spikeGirth: 10, cornerRadius: 30, fill: 'rgba(0, 0, 0, .4)', strokeWidth: 2, strokeStyle: '#CC0', cssStyles: {color: '#FFF', fontWeight: 'bold'}, positions: ['right','top' ] });

where #accordian id given to a div element and others are configurable options for the tool tip.


by http://klairvoyant.in

Thursday, October 6, 2011

Google Web Fonts

The Google Web Fonts API helps you add web fonts to any web page.
Benefits of the Google Web Fonts API include:


http://klairvoyant.in