checkbox

TwitterFacebook
Get flash to fully experience Pearltrees
This JavaScript and CSS will allow you to use custom images to style checkboxes , radio buttons and drop down menu select lists . Have you ever wanted to use your own images for checkboxes, radio buttons or select lists? This script will let you do that. Easily. The unobtrusive script gracefully degrades, so if JavaScript is disabled, normal form input objects appear instead of your customized elements. This works flawlessly in Firefox, Safari, Internet Explorer 7, Opera and others. http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/

Custom Checkboxes, Custom Radio Buttons, Custom Select Lists

Converting HTML to PDF using ICEbrowser SDK and iText

http://support.icesoft.com/jive/servlet/KbServlet/download/451-102-258/HTMLtoPDF.html Converting HTML to PDF using ICEbrowser SDK and iText Converting HTML to PDF is made possible by the ICEbrowser SDK and iText libraries. ICEbrowser is responsible for rendering the HTML content and printing it to a graphics context provided by iText. The iText library then converts ICEbrowser's draw operations to a PDF document. The code required to create a HTML to PDF application is relatively straight forward. This tutorial will show you how to modify and run the HTMLToPDFHeadlessExample.java class.