CSS

CSS hacks. let us talk about how to make css works in different browsers, like IE6, IE7, IE8, Firefox, Safari
min-width does not work in well IE, even with IE7 and set DOCTYPE to strict. I did not get it work. Also I donot want to use expression due to its performance. It will kill your brower. After google I found a better solution, it using pure div + css. the link is "How to Use CSS to Solve min-width Problems in Internet Explorer". It works find w... continue reading »
Under normal circumstances, we will only discuss/test our site is compatible with certain browsers, passively waiting for a browser compatible with our site to be unrealistic. Is there a browser smart enught to make changes for a non-compliant Web sites? IE8 is such a great browser, Microsoft is a such a great company. The story is like this, we... continue reading »
The hover selector is wonderful css technique that can add style to an element as well as improve usability, The problem with this technique is it works in all browsers except IE6, of course. IE6 only supports the :hover pseudo-class on anchor () tags. So how can we fix it? I have googled a lot and finally found a excellent solution for this: to us... continue reading »
Why we need to preload css hover images? It is for the userability. Why we need to preload css hover images by Javascript? It is easy to implement and maintenance. below is the sample css class for a image button. .button {      background-image: url(../images/button.jpg); } .button:hover {      backgro... continue reading »
Subscribe
Rss Feed Email Follow Us on Twitter
Search