On Friday 18 August 2006 10:30, Ryan A wrote: > Hello, > I am working on a php project that needs a little > extra JS/DHTML solution. I am sure some of you might > have come to use something like this before, please > recommend a solution (commerial solutions are fine / > willing to pay) > > Basically, I will have a page with around 10 questions > for students and then two buttons for [HINT] and > [SOLUTION] > > When either of these buttons/text is clicked the > resulting text should be displayed in the side/bottom > cell, the user should also be able to 'close' this > resulting explanation. > > Note, on each page there will be around 10 questions, > so each of these questions will have a hint & solution > button/text. > > Thanks in advance, > Ryan > > ------ > - The faulty interface lies between the chair and the keyboard. > - Creativity is great, but plagiarism is faster! > - Smile, everyone loves a moron. :-) > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com I find that the Yahoo User Interface Library is pretty nice. http://developer.yahoo.com/yui/index.html I'm not sure that you really need a library to do what you want though. It could be as simple as using a div, and then the buttons change text with innerHTML (as long as you're not expecting to use that text after the submit). -- Ray Hauge Programmer/Systems Administrator American Student Loan Services www.americanstudentloan.com 1.800.575.1099 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php