cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

Nice if hovering over links near bottom of page put tooltips above cursor, so they are fully visible #51

Open jafingerhut opened 9 years ago

jafingerhut commented 9 years ago

I don't recall exactly how I did this with the Clojure cheat sheet here, but if your JavaScript is better than mine (not difficult), you may be able to figure it out from the source: https://github.com/jafingerhut/clojure-cheatsheets/blob/master/src/clj-jvm/cheatsheet_files/jquery.tipTip.js#L115-L133

Hopefully I have actually linked to the correct section of the source that does this -- I didn't check carefully.

oakmac commented 9 years ago

thanks :)

that feature is definitely something I want to implement

shaunlebron commented 9 years ago

bruce suggested a quick margin hack that we implemented here: https://github.com/cljsinfo/cljs.info/issues/66