ie6 PNG fix for CSS background images
Recently i just gone through this excellent script for png fix for ie6, even png images declared in css background. All you have to do is add these below to lines between tags. <!–[if...
Discover the new direction...
Recently i just gone through this excellent script for png fix for ie6, even png images declared in css background. All you have to do is add these below to lines between tags. <!–[if...
How to remove dotted border in firefox? After the long search process i found the solution for this. It’s very simple add these below style in your css. a:focus { outline: none; }