Most probably you will be knowing about all these skills already, it is common sense, still I have found so many developers who just know just one server side language(usually java or .net) and then they think themselves as superman/superwoman. In web application development, that is just one thing. You need to know about lot […]
Category Archives: css
Center align a container in IE
Today i faced a problem while trying to center align my main div in IE6. The Problem #main { width:960px; margin:0 auto; } This made my div to align itself in the center in firefox and Internet Explorer 7 but, it failed to do the trick for IE6.
Simplest Css Hack Ever
“What?!! the dawn of IE8 is upon us and someone is writing about css hack for IE” Well… my response is simple, you don’t need to use this it’s just for your knowledge. 😉 I have been using this trick for two years now, as most of the other magical css hack were above my […]