Using div and css to position a textbox on an html page that can be opened and closed
December 21st, 2007
I use this to position a bibTeX entry on a page so users can copy and paste the bibtex code into their bibliographies. I also use this in this blog to display struct definitions for calling arguments to a function.
First, we setup the javascript that will hide and show the textbox:
Read the rest of this entry »


