Advertisement
Guest User

Untitled

a guest
Oct 1st, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.03 KB | None | 0 0
  1.        
  2. <!DOCTYPE HTML>
  3. <html>
  4.   <head>
  5.     <meta charset="UTF-8">
  6.     <title>Untitled Document</title>
  7.     <style>
  8.     a .imghome
  9.     {
  10.       border: 1px solid #eee;
  11.     }
  12.  
  13.     a
  14.     {
  15.       margin:auto auto 30px;
  16.       clear:both;
  17.     }
  18.    
  19.     #imghomegroup a.innerborder,
  20.     a.innerborder img
  21.     {
  22.       float: left;
  23.       overflow:hidden;
  24.     }
  25.  
  26.     #imghomegroup a.innerborder:hover
  27.     {
  28.         border:4px solid #eee;
  29.     }
  30.  
  31.     #imghomegroup a.innerborder:hover img
  32.     {
  33.       margin: -4px;
  34.     }
  35.     </style>
  36.   </head>
  37.   <body>
  38.     <div id="imghomegroup">
  39.       <a href="#" target="_blank" class="innerborder"><img src="http://waldio.webatu.com/system/images/nemo.jpg" class="imghome"></a>
  40.       <a href="#" target="_blank" class="innerborder"><img src="http://waldio.webatu.com/system/images/walle.jpg" class="imghome"></a>
  41.       <a href="#" target="_blank" class="innerborder"><img src="http://waldio.webatu.com/system/images/up.jpg"class="imghome"></a>
  42.     </div>
  43.   </body>
  44. </html>
  45.  
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement