Размещаем ссылку поверх флешового баннера.


/ Published in: XHTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <style type="text/css" media="screen">
  2. .flash-wrap{
  3. position: relative;
  4. }
  5.  
  6. .flash-link{
  7. position: absolute; top:0px; left:0px;
  8. width:180px;
  9. height:220px;
  10. background: url('images/0.gif') no-repeat;
  11. }
  12.  
  13. <div class="flash-wrap">
  14. <a class="flash-link" href="#"><!-- --></a>
  15. <object type="application/x-shockwave-flash" data="flash.swf" width="180" height="220">
  16. <param name="wmode" value="opaque">
  17. <param name="movie" value="flash.swf" />
  18. <param name="quality" value="high" />
  19. </div>

URL: http://pokrovskii.com/razmeshhaem-chto-libo-poverx-flash-bloka/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.