Code snippets, code blocks, and how to articles on programming languages. PHP, ASP, ASP.net, javascript, js, flash, Flash AS, vb, visual Basic, vb.net. Jquery, web development, google products and API's, Development tutorials, Free Hosting information, tutorials, Photoshop Tutorials, HTML and CSS, HTML 5, CSS 3.0, Programing Techniques by Tariq Hussain Soomro
Wednesday, September 22, 2010
Css Code to be rendered by IE6 only
If we want our CSS code to be read by IE6 only(in most cases) we use a common IE6 hack
* html #propertyName
{
/* CSS Code Here */
}
using *html in css will allow us to over come some CSS pseudo-classes problems in IE6.
No comments:
Post a Comment