LabelLinks4Gmail

By CloudKicker Last update Apr 27, 2010 — Installed 8,058 times.

Label box fly out

in
Subscribe to Label box fly out 3 posts, 2 voices



jestyr User

is there anyway to disable the fly out of the label box? like a switch for the admin label (LL4G -pilot -noflyout)

 
CloudKicker Script's Author

Not currently. But if it is causing you a problem, I could fix it.

 
jestyr User

i found a hack around it. i changed the line...

labelDiv.addEventListener("mouseover", function(e){if(labelDiv.clientHeight < 30) return; labelDiv.style.width = '350px';labelDiv.style.position = 'relative';labelDiv.style.zIndex = '100';}, false);

to

labelDiv.addEventListener("mouseover", function(e){return; labelDiv.style.width = '350px';labelDiv.style.position = 'relative';labelDiv.style.zIndex = '100';}, false);

i suck at javascript so im sure there would be a better way of doing it, but that seemed to have worked. btw, love the script.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel