26Nov
Posted by admin as CSS
This quick fix will show you on how to align your page container in the center of the user’s browser window no matter what screen resolution your user may have. This fix is tested and will work on all browsers.
You have to have this css code in your css file:
body {
text-align: center
}
#wrapper {
width: [...]
This article will guide you on how to provide simple quick fix about the z-index css property not working in Internet Explorer. I had encountered this problem while using JQuery Tools Overlay Library on my application. The library works fine in Mozilla Firefox, Chrome and in Internet Explorer 7 but unfortunately does not work in [...]