Wednesday, September 2, 2015

Tooltip

                     CSS Tooltip  Example                      




                   HTML and CSS Code                        


<html>
<title>Tooltip and Arrow</title>
<link rel="shortcut icon" href="web.png">
<style>
body{background:#C4C4C4;}
.hover {
    position:relative;
    top:50px;
    left:50px;
height:auto;
width:430px;
border:1px solid #333333;
background-color:white;
}

.tooltip { 
  top:-45px;
  background-color:black;
  color:white;
  padding:8px;
  opacity:0;
  position:absolute;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
font-family:calibri; font-size:20px;
}
.hover:hover .tooltip { 
    opacity:1;
-webkit-box-shadow:0px 0px 2px 2px rgba(5,5,5,.5);
}
a{text-decoration:none; display:block; color:black;}

</style>
<body><center>
<div class="hover">
<a href="">
<h2 style="margin:0px; margin-left:5px;">Now you can see your self on mouse over</h2></a>
    <div class="tooltip">Your mouse is overed on
    </div>
</div></center>
</body>
</html>

Neo Text in html

Make Neo text

NEO TEXT

                                 HTML Code                          


<html>
<head>
<title>Make Neo text</title>
<link href="Neo Text.css" rel="stylesheet"/>
</head>
<body>
<center>
<div class="container"></br>
<div class="insetClass">
<p>
NEO TEXT
</p>
</div>
</div>
</center></body>
</html>



                              Preview                                     





                                CSS Code                                



body
{
margin-top:100px; background:#C4C4C4;
}
.container
width:450px; height:138px; background:#999; box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .5);
}
.insetClass
{
width:400px; background:#666; height:100px;
box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px rgba(250, 250, 250, .5);
}

p
{
 font-size:80px; color:white; margin-top:0px; padding-top:2px;
color: #32CD32;text-shadow:0 0 10px #ffffff,0 0 20px #ffffff,0 0 30px #ffffff,0 0 40px #32CD32,0 0 70px #32CD32,0 0 80px #32CD32,0 0 100px #32CD32,0 0 170px #32CD32;
}

                                           Try It                                                        

Make 3D text in HTML using CSS

Make 3D text in HTML using CSS




Show Popup in asp.net

Show Popup in asp.net


Make registration page with database in asp.net

Make registration page with database in asp.net


Make transparent div or panel in asp.net

Make transparent div or panel in asp.net


Make shadow of div or panel in asp.net

Make shadow of div or panel in asp.net


Create a database and upload image in database in asp.net

Create a database and upload image in database in asp.net


Make a Login form in asp.net

Make a Login form in asp.net


Get details of your browser in asp.net

Get details of your browser in asp.net