Shaikh Sonny Aman’s Blog

Lets learn and share!

Firefox round corner css only, no gif

Every border has its own set of native functions support some cool features to the developers. Like IE has gradient feature built in!
One nice feature of Firefox is to support rounded corner without any extra hassle. With no gif at all!
here is how:
-moz-border-radius:20px
Lazy enough? Just copy the code and see yourself!
<div style=’-moz-border-radius:20px;background-color:#ff0000′>
Hello rounded Firefox [...]

CSS tab style submenu with jquery

Undoubtedly CSS is a powerful way to produce lightweight and slick effects on web sites. Not only good look, enhanced usability can be achieved by using CSS at a very low bandwidth… you won’t need lotz of javascripts. But, to enable interactivity with the user, their should be some sort of scripting. Thats the role [...]