I'll stop talking about our party soon. There were a few people who wanted to see the questions we used as bait to lure people around the house. Here they are. You should be able to see the answers pop up if you put your mouse over a question.
Aw, don't stop talking about your party! It's great!
Such interesting stuff...both math majors, both engineer dads, both hairline scars - fun to have such things in common.
I took Outdoor Skills (canoeing, backpacking and orienteering), Tennis, and Tap Dance for PE credit in college.
I like how the answer pops up - cool!
Posted by: Katherine at April 20, 2006 02:30 PMFor you and anyone else who wonders, here's the code that makes the popups work:
<ul>
<li title="popup text">Question text</li>
</ul>
The "ul" tags start and end an un-ordered list (bullets instead of numbers. Use "ol" for numbers) and the "li" tags enclose each bullet item.
Since it's using tool tips you're limited to 20 or 30 characters in the popup, so be succinct.
Posted by: jeffy at April 20, 2006 07:00 PM