Twitter Type like Login Box with Jquery and CSS?

Here is the simple tutorial About Twitter Like Login Box Show and Hide effect with JQuery, You can achieve this with less lines of code Using JQuery Events, and require some css to give styles. Html Code : <div id="singin"><a href="#">signin</a></div> <div id="signin_menu" style="display:none"> <form action="" id="signin" method="post"> <p class="textbox"> <label for="username">Username or email</label> <input [...]

How to Centre a DIV Block Using CSS?

This post is About Centering A div Block Using Css, To Center a Div Block , you need to set left-margin and right-margin either in pixels or em or percentage units. For example if you have a div with class name container, set the margin to container left and right sides auto, set the container [...]

Useful CSS Generators List

Below is a list of some CSS generators that will help make your life as a web designer much easier. 1. CSS3 Generator My favorite, the CSS3 generator will allow you to create virtually every CSS3 feature out there (box shadow, box radius, text shadow, font-face, transitions, selectors and gradients) it is pretty much the [...]

My favorite Css,Js Compressor ?

Css Compressors MinifyMe, a minimizer for CSS and Javascript http://isnoop.net/tools/css.php http://www.cssdrive.com/index.php/main/csscompressoradvanced/ Js Compressors http://dean.edwards.name/packer/ http://javascriptcompressor.com/

Multiple background images using CSS?

Multiple backgrounds are supported by the latest versions of Firefox, Chrome, Safari and Opera. It will be supported in IE9 #selector { background-attachment: scroll,scroll,scroll;   background-image: url(pavan.jpg),url(pavan1.jpg),url(pavan2.jpg);   background-repeat: no-repeat,no-repeat,no-repeat;   background-position: left top,right top,right bottom;   }

IE7 text-indent bug in CSS ?

When Making links with Background images to keep text visible to search engines or text-to-speech applications we use Text indent about large negative values to hide the anchor Text We Give . It works on all major browser except IE7. So , In order to fix This issue we have to add the text transform [...]

You might also likeclose