Have you noticed, the instuction "Make quadrilaterals on geo-board" 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"><<a href="mailto:bryan@olenepal.org">bryan@olenepal.org</a>></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>
> I knowingly left the most of the changes you are talking about. It was<br>
> like that from subzero himself. I had plan for cleaning them up in the<br>
> end. I only want to make the least change possible so that it won't be<br>
> hard for me to debug.<br>
><br>
> Putting the grid as image in html is nice idea. Or should I use table<br>
> instead of image ?<br>
><br>
> Sorry again, but I still can't do the CSS, :(.<br>
><br>
> On Fri, Oct 23, 2009 at 5:51 AM, Bryan Berry <<a href="mailto:bryan@olenepal.org">bryan@olenepal.org</a>><br>
> wrote:<br>
> roxan, here are some remarks that I think would be helpful. I<br>
> would be<br>
> happy to go over this mail on irc w/ u.<br>
><br>
> For all the stuff I have remarked here I have pushed changes<br>
> to<br>
> <a href="http://git.sugarlabs.org" target="_blank">git.sugarlabs.org</a><br>
><br>
> ===Comments on <body> in index.html and general file-naming<br>
> ====<br>
><br>
> I highly recommend u set the <!DOCTYPE html> this sets the<br>
> doctype to<br>
> html5. Without it, the browser likely won't recommend html5<br>
> elements<br>
> properly or consistently<br>
><br>
> Why do u link in both jquery.js<br>
> and ../../js/jquery-1.3.2.min.js ?<br>
><br>
> <script src="../../js/jquery-1.3.2.min.js"<br>
> type="text/javascript"><br>
><br>
> You named the css file activity.css, can we change this to<br>
> lesson.css?<br>
> I think it would make the naming more consistent and preserve<br>
> the<br>
> distinction between Karma lessons and Karma activities. A<br>
> karma lesson<br>
> is a single instructional unit and a karma activity contains<br>
> multiple<br>
> lessons, just like our E-Paath bundles do now.<br>
><br>
> There is also a quadrilaterals.css file linked in. Why do u<br>
> need<br>
> activity.css and quadrilaterals.css?<br>
><br>
> You have added in the jquery UI library <script<br>
> src="../../js/jquery.ui.all.js" type="text/javascript"><br>
> but it doesn't exist at that path.<br>
><br>
> It also appears that u don't use any of the Karma api for<br>
> drawing. Is<br>
> that because documentation is lacking?<br>
><br>
> ===Layout===<br>
><br>
> You want to split out the grid on the right-handside of the<br>
> bg.png into<br>
> a separate image and embed it into the html. That way u can<br>
> position it<br>
> independently.<br>
><br>
> I don't recommend using absolute positioning for the buttons.<br>
> You do<br>
> need it for the left and right buttons because u have to<br>
> position them<br>
> relative to the grid image which is embedded in the<br>
> background. If you<br>
> split that grid out and directly place it in the layout, you<br>
> can<br>
> position the left and right buttons relative to it.<br>
><br>
><br>
><br>
> --<br>
> Bryan W. Berry<br>
> Senior Engineer<br>
> OLE Nepal, <a href="http://www.olenepal.org" target="_blank">http://www.olenepal.org</a><br>
><br>
><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>