I supposed so, thanks anyway! (Project organisation)
Hi,
I found the icon code myself, but as for now, I have no idea where to look for if I would like to change to mouse over the subject
The subject is a li
-element. This element will be selected by the javascript. Got to main.js (main.min.js) and look for the function var setPreviewBoxToMainPage = function(els)
. There is a loop:
for (var i=0; i<els.length; i++) { var el = els[i]; var li = el.parentNode; // more code }
The variable li
is the element you are looking for. But I will not implement the hover support for the posting-title. You can/must implement this feature by your own.
/Micha
--
applied-geodesy.org - OpenSource Least-Squares Adjustment Software for Geodetic Sciences