Crossbrowser Pure CSS expandable tool tips
2011-09-01
When you want to create beautiful tooltip, you'll probably end up using some images, but main problem with images, is that it will limit area of tooltips text. But when your tooltips have practical nature, you can simply use this template for creating crossbrowser toolips which aren't limited to any size and are pure CSS without any...Display simple CSS star rating
2010-09-12
Rate feature not only provides you with feedback what content do your visitors like, but it is also a motivator for you to provide visitors with more quality content. Usually these ratings are displayed as number or percentage, which doesn't look pretty attractive. But there is an easy and also cool way to display rating using...Large background images
2010-09-12
What are the problems with large background images? Well, lot's of them. It needs to be resized to show largest area possible on different resolutions, fill webpage background from edge-to-edge and keep it's proportions. You can't use background-image attribute because it's no possible to resize it (not in CSS2), and there...Using fonts unsupported by CSS
2010-09-12
It is common problem that webdesigners want from webdevelopers more than they can give. For example font specially created for this design. It is not bad thing, becaue sometimes font might be just that element that adds twist to website design, but main problem is that these fonts are unsupported by CSS. If font is supported, there is a...Prevent custom font flickering
2010-09-12
Main problem with custom fonts, that it usually flickers when loading content. Text appears in default font, and then when custom font is downloaded, text changes to custom font. So user sees default font and only then custom font. How you can deal with this situation? It is possbile to hide text until font preloads. Google provides library...CSS reset for browser compatibility
2010-09-12
One of the main issues in web development is to make sure you website looks the same (or at least acceptable) in most popular browsers like IE, Mozilla, Opera and Safari. And although it is advised to keep css smaller for faster page load, sometimes you'll need to abuse this rule, to achieve browser compatibility goal. This...Pre filled text input
2010-09-12
From marketing point of view, visitor is more likely to submit information to form if he or she is any way encouraged to do that. One way to encourage visitor is to prefill input with encouraging text. Most common mistake to do that is to use predefined text value in input and delete it on focus event. It's a mistake because, for...









