|
|
|||||
|
|
In this tutorial i will teach you how to create a cool looking CSS hover
menu. You just have the basic understanding of Cascading Style Sheets (CSS). You
can put this menu in your website by pasting the code. Now lets move to our
tutorial. Just follow the steps:
<style type="text/css"> .label{ background-color:#ffffff; border:1px solid #ffffff;} .menu{ width:50px; font-family: Verdana; font-size: 14px; color: #ffffff; background: #000080; text-decoration:none; } .menu:hover { background:#ff0000; &nbs | ||||