Have you noticed, the instuction &quot;Make quadrilaterals on geo-board&quot; is overlapped by the grid and the next and previous button no longer works.<br><br><div class="gmail_quote">On Fri, Oct 23, 2009 at 10:00 AM, Bryan Berry <span dir="ltr">&lt;<a href="mailto:bryan@olenepal.org">bryan@olenepal.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I fixed most of the css. take a look. I can walk u through how I did<br>
it.<br>
<br>
You want to use an image that u can draw on. That grid is supposed to<br>
hold an example for the student to model. that is how the original flash<br>
lesson works.<br>
<div><div></div><div class="h5"><br>
<br>
On Fri, 2009-10-23 at 09:49 +0545, roshan karki wrote:<br>
&gt; I knowingly left the most of the changes you are talking about. It was<br>
&gt; like that from subzero himself. I had plan for cleaning them up in the<br>
&gt; end. I only want to make the least change possible so that it won&#39;t be<br>
&gt; hard for me to debug.<br>
&gt;<br>
&gt; Putting the grid as image in html is nice idea. Or should I use table<br>
&gt; instead of image ?<br>
&gt;<br>
&gt; Sorry again, but I still can&#39;t do the CSS, :(.<br>
&gt;<br>
&gt; On Fri, Oct 23, 2009 at 5:51 AM, Bryan Berry &lt;<a href="mailto:bryan@olenepal.org">bryan@olenepal.org</a>&gt;<br>
&gt; wrote:<br>
&gt;         roxan, here are some remarks that I think would be helpful. I<br>
&gt;         would be<br>
&gt;         happy to go over this mail on irc w/ u.<br>
&gt;<br>
&gt;         For all the stuff I have remarked here I have pushed changes<br>
&gt;         to<br>
&gt;         <a href="http://git.sugarlabs.org" target="_blank">git.sugarlabs.org</a><br>
&gt;<br>
&gt;         ===Comments on &lt;body&gt; in index.html and general file-naming<br>
&gt;         ====<br>
&gt;<br>
&gt;         I highly recommend u set the &lt;!DOCTYPE html&gt; this sets the<br>
&gt;         doctype to<br>
&gt;         html5. Without it, the browser likely won&#39;t recommend html5<br>
&gt;         elements<br>
&gt;         properly or consistently<br>
&gt;<br>
&gt;         Why do u link in both jquery.js<br>
&gt;         and ../../js/jquery-1.3.2.min.js ?<br>
&gt;<br>
&gt;         &lt;script src=&quot;../../js/jquery-1.3.2.min.js&quot;<br>
&gt;         type=&quot;text/javascript&quot;&gt;<br>
&gt;<br>
&gt;         You named the css file activity.css, can we change this to<br>
&gt;         lesson.css?<br>
&gt;         I think it would make the naming more consistent and preserve<br>
&gt;         the<br>
&gt;         distinction between Karma lessons and Karma activities. A<br>
&gt;         karma lesson<br>
&gt;         is a single instructional unit and a karma activity contains<br>
&gt;         multiple<br>
&gt;         lessons, just like our E-Paath bundles do now.<br>
&gt;<br>
&gt;         There is also a quadrilaterals.css file linked in. Why do u<br>
&gt;         need<br>
&gt;         activity.css and quadrilaterals.css?<br>
&gt;<br>
&gt;         You have added in the jquery UI library &lt;script<br>
&gt;         src=&quot;../../js/jquery.ui.all.js&quot; type=&quot;text/javascript&quot;&gt;<br>
&gt;         but it doesn&#39;t exist at that path.<br>
&gt;<br>
&gt;         It also appears that u don&#39;t use any of the Karma api for<br>
&gt;         drawing. Is<br>
&gt;         that because documentation is lacking?<br>
&gt;<br>
&gt;         ===Layout===<br>
&gt;<br>
&gt;         You want to split out the grid on the right-handside of the<br>
&gt;         bg.png into<br>
&gt;         a separate image and embed it into the html. That way u can<br>
&gt;         position it<br>
&gt;         independently.<br>
&gt;<br>
&gt;         I don&#39;t recommend using absolute positioning for the buttons.<br>
&gt;         You do<br>
&gt;         need it for the left and right buttons because u have to<br>
&gt;         position them<br>
&gt;         relative to the grid image which is embedded in the<br>
&gt;         background. If you<br>
&gt;         split that grid out and directly place it in the layout, you<br>
&gt;         can<br>
&gt;         position the left and right buttons relative to it.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;         --<br>
&gt;         Bryan W. Berry<br>
&gt;         Senior Engineer<br>
&gt;         OLE Nepal, <a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a><br>
&gt;<br>
&gt;<br>
</div></div>--<br>
<div><div></div><div class="h5">Bryan W. Berry<br>
Senior Engineer<br>
OLE Nepal, <a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a><br>
<br>
</div></div></blockquote></div><br>