Category: Code
Making better Forms: Clickable text for Radio Button and Checkbox Fields
I’ve never been a big fan of building web forms, and I don’t know many people who are. However, the fact of the matter is that almost every website has a few forms, and these forms play a key roll in the user experience. Larger websites have huge, complex forms, that we as web developers […]
Custom Image Bullets for Unordered Lists using CSS
Unordered lists <ul> have become quite a staple in the modern web developer’s tool box. We’ve taken them quite far with fancy menus and the like. However, we seem to forget about styling good ‘ol lists! While we often put basic lists onto our sites, they do sometimes get a bit bland and it would […]
Ultimate Image Replacement
What is image replacement? If you are a web developer who cares about standards you have surely come across CSS image replacement techniques. If not, you can do a bit of research on the available methods of image replacement and the original Fahrner Image Replacement (FIR). The basic idea here is to use standard html […]