Just got a note that the Greater Boston Chapter of the Association of Computing Machinery just released its most recent GBC/ACM: The Real Times Newsletter, a remarkable publication. Highlights: the GBC now accepts their (paltry) $10 annual dues via Google Checkout, and posts from related groups like the Boston PHP and others. Note also the Jared Spool seminar — a not to miss event!
Archive | December 3, 2007
Popup panels on mouseover using only CSS
I found this elegant little hack the other day while browsing for something completely different. I see that the code has made the rounds, and appears on sites like xmpp.com and ietf.org, but the credits seem only to lead to other marketing sites harvesting page views and hosting ads. A sample is available at http://www.phlapjaxs.com/demo.html and consists of a span tag defined as absolutely positioned and block-display, which in turn is inside an anchor tag set to position: relative. That means the block will “pop” at the location of the anchor and can display whatever text (or images or other content) is within the span. Spiffy!