Hi, very good. It is much easier and faster now understanding what is on the site.
Here is a very small feature enhancement: * "Search site" does not do anything when a user clicks on it. This may be confusing some users. With the following changes the focus is put on the search input field when the item is clicked. A tool-tip text gives additional hints. - <li><a>Site search</a> - <FORM METHOD="get" ACTION="http://google.uni-koeln.de/search"> + <li><a onclick="document.forms['searchform'].elements['q'].focus();" + title="Please use the text box below to search">Site search</a> + <FORM NAME="searchform" METHOD="get" + ACTION="http://google.uni-koeln.de/search"> * You may also consider running the site through the W3-Validator to find some HTML syntax flaws (e.g. the LI tag is not always closed, lower tags must be used when "XHTML Strict" is the document type, etc.). http://validator.w3.org/check?uri=http%3A%2F% 2Fwww.informatik.uni-koeln.de%2Ffai%2Fsources%2F Cheers, Peter On Sun, 2009-12-06 at 19:07 +0100, Thomas Lange wrote: > Hi all, > > I'm very happy to announce the new website design for the FAI project. > After several weeks of research and hard work (I'm not a html/css > programmer, I prefer shell and Perl) I found a nice and easy to use > css style. I did some changes to it, and reorganizied the old^Wvery > old design of the FAI project. I hope you all enoy the new layout.
