usefull CSS tricks and tips

1. Style a Dropdown / Select:
http://stackoverflow.com/questions/11185906/select-box-arrow-style/20129901#20129901

2. Style Checkboxes and Radio:
http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/
the point is to hide the inputs and put spans with background images instead and use js to change the background-position at need.

Comments

Popular posts from this blog

OverTheWire[.com] Natas Walkthrough - JUST HINT, NO SPOILERS

SOLVED The item could not be indexed successfully because the item failed in the indexing subsystem

Asp.Net Ending Response options, Response.End() vs CompleteRequest()