diff options
Diffstat (limited to 'examples/zooming.html')
-rw-r--r-- | examples/zooming.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/zooming.html b/examples/zooming.html index b485912..9a4ef22 100644 --- a/examples/zooming.html +++ b/examples/zooming.html @@ -3,8 +3,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Flot Examples</title> - <link href="layout.css" rel="stylesheet" type="text/css"></link> - <!--[if IE]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]--> + <link href="layout.css" rel="stylesheet" type="text/css"> + <!--[if lte IE 8]><script language="javascript" type="text/javascript" src="../excanvas.min.js"></script><![endif]--> <script language="javascript" type="text/javascript" src="../jquery.js"></script> <script language="javascript" type="text/javascript" src="../jquery.flot.js"></script> <script language="javascript" type="text/javascript" src="../jquery.flot.selection.js"></script> @@ -16,16 +16,16 @@ <div id="placeholder" style="width:500px;height:300px"></div> </div> - <div id="miniature" style="float:left;margin-left:20px;margin-top:50px"> + <div id="miniature" style="float:left;margin-left:20px"> <div id="overview" style="width:166px;height:100px"></div> <p id="overviewLegend" style="margin-left:10px"></p> </div> - <p style="clear:left"> The selection support makes - pretty advanced zooming schemes possible. With a few lines of code, - the small overview plot to the right has been connected to the large - plot. Try selecting a rectangle on either of them.</p> + <p style="clear:left">The selection support makes it easy to + construct flexible zooming schemes. With a few lines of code, the + small overview plot to the right has been connected to the large + plot. Try selecting a rectangle on either of them.</p> <script id="source"> $(function () { |