Hi *.*,
This is my third post regarding show date on webpage. Fortunately all are unique :).
In this blog i'm posting some Asp.net,Sql Server,Jquery,HTML-5,sqlite,C#,JavaScript scripts and sample codes that i found and created by me or my friends with a mind that it Save/ Help our ass some ways...
Friday, August 5, 2011
Zoom Effect on Grid Using Jquery and Css in asp.net
Hi *.*,
Recently i visited http://www.sohtanaka.com. I found this zoom effect. I get all the details from their and integrate in asp.net
Recently i visited http://www.sohtanaka.com. I found this zoom effect. I get all the details from their and integrate in asp.net
Labels:
CSS,
Grid,
Javascript,
Jquery
Thursday, August 4, 2011
Overlapping one image over another on mouse-over
Hi *.*,
Last day i c this advt. I feel its nice, so i planned and done.'n Here its go.
Css
Html
'n u can download a sample from here
Stay Tune...
Have a nice day... 'N happy Coding :)
Last day i c this advt. I feel its nice, so i planned and done.'n Here its go.Css
<style type="text/css"> .boxgrid { float: left; height: 126px !important; overflow: hidden; position: relative; } .cover { position: absolute; top: 128px; } </style>
Jquery
<script type="text/javascript"> $(document).ready(function(){ //Vertical Sliding $('.boxgrid').hover(function(){ $(".cover", this).stop().animate({top:'0px'},{queue:false,duration:300}); }, function() {$(".cover", this).stop().animate({top:'128px'},{queue:false,duration:300});});});</script>
Html
<table> <tr>
<td align="left" valign="top" id="mnphome">
<ul> <li class="boxgrid"> <img width="136" height="125" src="largest_netword_1.jpg"> <h3 class="cover" style="top: 128px;"> <img width="136" height="125" src="desc_1.gif"> </h3> </li>
</ul></td></tr></table>Don't forgot to add js file :)'n u can download a sample from here
Stay Tune...
Have a nice day... 'N happy Coding :)
Subscribe to:
Posts (Atom)

