Category Archives: CSS
Installing CSS Tidy For WordPress W3 Total Cache Plugin
In my previous two article where i explain how to install Memcache and HTML Tidy for WordPress W3 Total Cache plugin, i forgotten about CSS tidy as shown below, CSS Tidy allows the server to minimize your CSS without you … Continue reading
IE6 solution for position absolute with height 100% dynamically
A simple solution to solve IE 6 problem of ignoring height 100% when div block element is set to position absolute and how we can make it align according to the height of our content instead of the whole document Continue reading
jQuery and JavaScript CSS !important
In this article, we discuss jQuery and JavaScript ability of handling !important in CSS and both problem and solution of applying !important in jQuery. You also will see JavaScript method of resolving this issue. Continue reading
Inline, Internal or External CSS Style Print First?
In CSS, we all know that we can declare multiple style at different location. However, some of us might not know how CSS cascade these multiple style into one that we see on our web page. Continue reading
Various Ways To Fix Container Height To Float Element In CSS
Float element often gets out of container where the floating elements doesn't stay within the four corners of the container block! This is frustrating but easy to tackle! In this article we provides a few methods to overcome this situation. Continue reading
Cross Browser Compatible CSS Opacity
due to the changes of IE 8, cross browser compatible opacity declaration has changed a bit. Check out the new declaration! Continue reading
Tutorial: Simple Cross-browser tooltip with CSS
This article illustrate how tooltip can be done with only CSS. No JavaScript required. This article also discuss the pros and cons of using such method. Nonetheless, it is one of the easiest and fantastic method available to produce a tooltip Continue reading
Tutorial: How to vertical align center on the screen while scrolling with CSS
This is just to show you how to make an vertical align center on absolute to be persistencely aligned on the center of the screen when there a scroll bar on your page Continue reading

