Posts

survey website design idea lalit nishad

Image

bhoomi brochure design, goldden palms

Image

creative design idea brochure

Image

brochure design, lalit nishad

Image

News website design, lalit nishad web designer, tutorial points & web design ideas

Image

Slide Toggle menu, tutorial blog

<header>  <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> <script type="text/javascript"> function showonlyone(thechosenone) {      $('.newboxes').each(function(index) {           if ($(this).attr("id") == thechosenone) {                $(this).slideToggle( "slow");           }           else {                $(this).hide(0);           }      }); } </script> </header> <body>  <div style="width:100%; height:auto; float:left;">          <div style="border: 1px s...

image checkbox use css, checkbox tutorial

 <style>     .amPmCheckbox input[type="checkbox"] {     display: none; width:20px; height:auto; float:left; } .amPmCheckbox input[type="checkbox"]+label {        background: url('http://renegadeox.com/img/off.png') no-repeat;     height:17px;     padding-left: 18px; float:left; } .amPmCheckbox input[type="checkbox"]:checked + label {     background: url('http://renegadeox.com/img/on.png')  no-repeat;     height:17px;     float:left; }     .amPmCheckbox1 input[type="checkbox"] {     display: none; width:20px; height:auto; float:left; }     .amPmCheckbox1 input[type="checkbox"]+label {        background: url('37.gif') no-repeat;     height:17px;     padding-left: 18px; float:left; }            ...