Avatar

I supposed so, thanks anyway! (Project organisation)

by Micha ⌂, Monday, October 10, 2016, 16:02 (2753 days ago) @ glorifyday

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

locked
56324 views

Complete thread:

 RSS Feed of thread