topical media & game development
sample-canvas-tips.htm / htm
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
head
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
BeautyTips Demo Page
</title>
<meta name="author" content="Jeff Robbins">
<script src="graphic-canvas-util-beautytips-other-libs-jquery-1.3.min.js" type="text/javascript" charset="utf-8">
</script>
<script src="graphic-canvas-util-beautytips-other-libs-bgiframe_2.1.1/jquery.bgiframe.min.js" type="text/javascript" charset="utf-8">
</script><!--[if IE]><script src="graphic-canvas-util-beautytips-other-libs-excanvas-0002-excanvas-compressed.js" type="text/javascript" charset="utf-8"></script><![endif]-->
<script src="graphic-canvas-util-beautytips-jquery.bt.min.js" type="text/javascript" charset="utf-8">
</script>
<script type="text/javascript">
ready
document.ready(function(){
// $('a').bt('<img src="graphic-canvas-util-beautytips-demo-demofiles-beautytips.png" height="122" width="181" />', {
$('a').bt('<iframe style="border:0;position:relative;top:10px; left:76px;" align=left src="sample-js-bubbles.htm" height="250" width="250" />', {
cssClass: 'tipclass',
strokeStyle: '#666',
strokeWidth: 1,
cornerRadius: 25,
padding: 2,
positions: 'top',
spikeLength: 30,
spikeGirth: 15,
fill: 'rgba(0, 0, 0, .8)',
centerPointX: 2.0
});
});
</script>
</head>
body
<body style="text-align:center">
<p align=right><a href=http://www.lullabot.com/files/bt/bt-latest/DEMO/index.html>demo(s)</a></p>
<div style="height:300px"></div>
<a href="sub-tutorial-web-6.html">hello</a>
</body>
</html>
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.