2.Scroll down to where you see </head> tag .
3.Copy below code and paste it just before the </head> tag.

<style type='text/css'>
#inner-borders a img, #inner-borders a { border: none; overflow: hidden; float: left; }
#inner-borders a:hover { border: 3px solid #0000ff; }
#inner-borders a:hover img { margin: -3px; }
</style>
Note:You can change border color,border size,margin,... But both border size and margin must have a same numerical value.
4.Now add your images as below.
<div id="inner-borders">
<a href="#"><img src="http://1.bp.blogspot.com/_4HKUHirY_2U/SxIRWePfVYI/AAAAAAAAAZ8/MSmCLCmWA8k/slideshow+1+small.jpg" alt="#" /></a>
<a href="#"><img src="http://1.bp.blogspot.com/_4HKUHirY_2U/SxIRhli6o6I/AAAAAAAAAaM/fmkIOf7MPtE/slideshow+2+small.jpg" alt="#" /></a>
<a href="#"><img src="http://3.bp.blogspot.com/_4HKUHirY_2U/SxIRonaYyII/AAAAAAAAAac/ls3j_gSduPk/slideshow+3+small.jpg" alt="#" /></a>
</div>
You are done.
Demo
If you find this article useful, please feel free to link to this page from your website or blog.
Don't Copy This Article:
This work by http://www.bloggertipandtrick.net/ is licensed under aCreative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License.









1 comments:
img:hover{opacity:0.5;border: 3px solid #ff0;}
just add that code have can make a hove my friend...thanks for tutor
Post a Comment