Changing Dokeos style, #2

A few weeks ago, I explained how to change the Dokeos footer to make it "float". Today, in the context of an indirect contract with the Ministry of Education in Peru, I have to change the style a little bit more. The idea is to [1] have a left bar showing large tools icons in the course homepage, and [2] have an alternative portal homepage for users, showing an introductory screen of the main general tools. This must all work on a 800x600 screen (which is a real challenge).

[1] Left toolbar showing course tools

This is not as tricky as it sounds (although it's very close to it).

Howto make the Dokeos footer float

I don't know about you, but I really don't like the Dokeos footer moving around the screen when there's less content. Luckily, CSS offer an easy way to change this. Let's say I want to update the css/dokeos_classic/ theme. The rule, as always, is to make a copy of the directory that is the closest to what I want, and only work on a copy, so I'm going to do that.

Tips and tricks for using pseudo CSS in OpenLaszlo 4

[digg=http://www.digg.com/programming/Tips_and_tricks_for_using_pseudo_CSS_in_OpenLaszlo_4] Having had to deal with this stuff lately with the Dokeos videoconference development, I thought it might be useful. The mainstream page is located on the Dokeos wiki, so in the following weeks, I recommend, looking at it over there. Here goes... The new version of the videoconference tool (to be out at the same time as Dokeos 1.8.5) can be theme-modified via CSS.