Archive for the ‘CSS’ Category:

10 jQuery 1.3 Tips and Tricks for everyday use

Some useful jQuery Tips and Tricks for your everyday use. Removing and Hiding Dom Elements, Browser Detection, Toggling, Handling Select Lists and more.

Posted in Ajax, CSS, JavaScript, Web 2.0

Random CSS themes give your Social Space a Design Twist

Many sites are using this technique to give a fresh interface on every page the user visits, giving the illusion of a fast passed user experience. Sites like MTV, Hulu, MP3.com and many others use different techniques to change the sites layout either by changing the colors, backgrounds or just ...

Posted in CSS, JavaScript, PHP

Clear floats with overflow:auto;

You have scattered the web found lots of different hacks (example: .clearfix) on how to take care of that nasty problem with your floats overlapping. When all you needed to do was use the overflow property. Using overflow:auto; on the outer div will fix this float problem. A few tweaks ...

Posted in CSS
Tags: , , ,


Follow Me