Navigation 2
Posted on Thursday, 18 April 2013
@ 00:29 with
1 comments
( Sentuh navi di atas untuk melihat hover )
Assalamualaikum
<style>
a.Love {
font-family: pixel;
font-size:8px;
background:#f9f9f9;
border:1px solid #efefef;
text-transform:uppercase;
letter-spacing:1px;
color:#888;
width:90px;
padding:3px;
margin:2px;
text-align:center;
display:inline-block;
-webkit-transition: .2s;
cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;
}
a.Love:hover {
color:#888;
cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur),auto;
-webkit-transition: 1.0s;
-moz-transition: 1.0s;
}
</style>
<a class="Love" href="LINK">OPTION 1</a>
<a class="Love" href="LINK">OPTION 2</a>
<a class="Love" href="LINK">OPTION 3</a>
<a class="Love" href="LINK">OPTION 4</a>
- For copy, Press CTRL+C
- Paste dekat HTML/GADGET untuk teplate designer.
- Blogskin's user boleh paste selepas </style>
Labels: TUTO
1Comments:
I dah try buat memang jadi tapi bila da tekan satu option nak tekan satu option yg lain xboleh . pls helpp ;)
