Sashidhar Kokku's blog

Browse by Tags

All Tags » CSS (RSS)
Let go of the pixel
Rather than using exact pixel sizes while defining font-size in your CSS files, use CSS compliant sizes like small , medium , large . Remember that you should let your user change the size if he/she wants to, and the user has the browser (and nothing...
Definition lists
So far, all I knew was about UL and OL. Now while reading  Bulletproof Web Design , I discovered DefinitionLists (DL,DT and DD) and I think it provides me with a nicer perspective on organizing data. Not that it's something new...but its certainly...