CSS level 3 styles in Internet Explorer 6 onwards
People always hate IE because of poor support for CSS. But I am gonna make them love it by giving CSS3 support for IE6 onwards. Now IE6 supports border-radius and box-shadow.
People always hate IE because of poor support for CSS. But I am gonna make them love it by giving CSS3 support for IE6 onwards. Now IE6 supports border-radius and box-shadow.
It was on last year September, I wrote about making curved corner using CSS. That single post made my blog popular among web developer community and the sites linked to that post includes YUI...
Most of the new generation browsers support CSS pseudo class :hover to any elements. That is a nice feature because you can give mouseover effect for any element using CSS. Example : tr:hover td...
Three line css trick to make cross browser curved corner divs
Finally , I got a nice simple template for this blog. Hopefully, I’ll be posting from tommorow 🙂 . I already have some nice tips to share you like ” Curved cornered div ”...