Circles on circles: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 7: Line 7:


<style type="text/css">
<style type="text/css">
#slider-frame > div.sliders { width:200px; padding: 10px !important; };
#slider-frame > div.sliders { padding: 10px !important; };
</style>
</style>
<script type="text/javascript">
<script type="text/javascript">
Line 32: Line 32:
     <input type="text" id="c1" style="border:0; color:#f6931f; font-weight:bold;" />
     <input type="text" id="c1" style="border:0; color:#f6931f; font-weight:bold;" />
   </p>
   </p>
   <div id="slider1"></div>
   <div id="slider1" style="width:200px;"></div>
   <div id="slider2"></div>
   <div id="slider2" style="width:200px;"></div>
</div>
</div>
<div id="jsxgbox" class="jxgbox" style="width:500px; height:500px;"></div>
<div id="jsxgbox" class="jxgbox" style="width:500px; height:500px;"></div>

Revision as of 10:49, 29 June 2009