Visit here
Category Archives: HTML – XHTML
CSS3 – Webkit – Vertical Scrollbars
A nice and quick experiment by Tim Holman. He created 14 vertical scrollbars that work only in webkit browsers. The different styling is achieved using webkit-only pseudo properties:
HTML mobile UI Frameworks
HTML mobile UI Frameworks
5 mobile menu plugins for jquery
Creating menus for mobile users gives webdesigners a unique challenge, which can be dealt with in very different ways. One of the quickest ways is to use a jquery plugin, now if you are not loading jquery as part of your site already this might be overkill just to use it for a menu. But …
jQuery selectBox: A styleable replacement for SELECT elements
Features Supports OPTGROUPS Supports standard dropdown controls Supports multi-select controls (i.e. multiple="multiple") Supports inline controls (i.e. size="5") Fully accessible via keyboard Shift + click (or shift + enter) to select a range of options in multi-select controls Type to search when the control has focus Auto-height based on the size attribute (to use, omit the …
Continue reading “jQuery selectBox: A styleable replacement for SELECT elements”
Plupload
The developers of TinyMCE brings you Plupload, a highly usable upload handler for your Content Management Systems or similar. Plupload is currently separated into a Core API and a jQuery upload queue widget this enables you to either use it out of the box or write your own custom implementation.