NAVIGATION

OWNER BLOG TUTORIAL Tutorial TAGBOARD POST





Hi! to copy press ctrl+c. gdluck!

DASHBOARD | +FOLLOW
Status :I'll be back soon ..


Header Berpusing #Part 2

Sabtu, 18 Februari 2012 | 5:18 PTG


oke die mcm pic kat bwah ni oke ? ce tgk :)


oke. mule-2 die normal rite ?


                                                            than bile tersentuh die terbalik

1 Dashboard > Design > Edit HTML > Tick Widget Expand

2 search code
.header {
3 dah jmpe ? oke bwah code .header { tu ade code kan. highlight code tu than replace dgn code ni
margin-top:30px;
margin-left:0px;
-webkit-transition:2s;
}

4 dah selesai yg tu ? oke cari code ni plak.
.header:hover {


5 bwah code tu ade code kan ? highlight code tu than replace dgn code bwah ni.
-webkit-transform: rotatey(180deg);;
-webkit-transition-duration: 2s;
}

6 kalau code .header:hover { tu xde. oke copy code bwah ni. than paste dkat bwah code .header { tu oke ?
.header:hover {
-webkit-transform: rotatey(180deg);;
-webkit-transition-duration: 2s;
}