hello to the never sleeping people,
i have found a strange graphical issue ( on last versions ).... as a not defined z-index between root Comment and html home page (when used)
if you place any comment or html in the root folder + another html page (a virtual index )... it gives;
1- search return and UP to root will show the comment windows ( or a blank ghost ) over the normal html index (z-index modif can't repair it , the comment is over html every time)
2- in mozilla a not working z-index ( comment always showing in mozilla, not in IE )
other strange reaction, when you use the move arrow bar, it show the root comment window in transparency.
The only way to get a good UP return to root + search result with no transparency error, is to never use the root comment.(hiding the search result page)
the only thing i can't manage actually is the 10px Top difference between IE and mozilla on the search bar+button
( hard to align with other buttons for IE + mozilla)
and to make a mini web link button for files i have found a half solution, add a resized file comment window after the hits table division.
i would like to place it totally left but the template don't like.
[style.css]
.comment { font-size:7pt; color:#888; background:#EEE; padding:0px; border:1px solid #DDD; margin-top:0px}
+
[file]
<tr><td>%new% %protected% <a href="%item-url%"><img src="/~img_file" /> %item-name%</a><td align=right>%item-size%<td align=right>%item-modified%<td align=right>%item-dl-count%
<td align=right width=55px height=10>%comment%adjust the size with what you need,
for the style, it can be a small button image hyper linked.
have you a tool to make a real folder visible by the search function ?
trying not switch to virtual to keep a decent vfs load.