|
Post by seowebtrick on Jul 13, 2011 23:08:29 GMT -5
this code is for floating menu, please correct my work to make a floating menu. If any one know. the code is below:
<style>div.floating-menu {position:fixed;background:#fff4c8;border:1px solid #ffcc00;width:150px;z-index:100;} div.floating-menu a, div.floating-menu h3 ="display:block;margin:0 0.5em"; </style> <div class="floating-menu"> <h3>Floating Menu</h3> <a href="http://www.quackit.com/css/">1</a> </div>
|
|