Mrs BaekYeol


THE OWNER


Annyeonghaseyo ! Welcome to my Lalaland , Follow me and Be nice here.

Home About Stuffs Follow Dash

Tagboard


Credits

Template: NURUL ATIQAH
BS's: ARRIEN INSPIRIT
Edits: QISTINA

Tutorial : Disable Highlight
Saturday 27 July 2013 • 20:20 • 0 comments


.Assalamualaikum !
Peacee ^_^v

Heyy korangg !

  Hari ni Qis nak ajar korang buat disable highlight~ Apa tu : DH tu bila da org nak Highlight kite punye word atau apa2je dia tak akan boleh highlight ! (YG TIDAK MENGGUNAKAN CLASSIC TEMPLATE...TAPI KALAU KORANG PANDAI NAK MAIN KOD PUN BOLEH)

Peringatan !

Kepada yg nak buat nih,Blog korang mestilah blog yg tak buat TUTO...FAHAM? Maksudnye disini...Kalau korang x buat tuto kat Blog kowang,boleh lah guna..Tapi kalau yg bwat tu macam mana pembaca2 di blog korang nak copy kod okeyh?

UNDERSTAND OR ABOVESTAND ?

Okey Guys, Are You Ready For This?

.........
 I CAN'T HERE YOU!

Eh, Sudah-sudah...Jadi SpanBob pulak kita ni...Hehehe

Okey Jom !
 

1 . Log In > Design  > Add A Gadget > Html / Javascript

2. Copy kod di bawah :

<script type="text/javascript">
function disableSelection(target){
if (typeof target.onselectstart!="undefined") //IE route
target.onselectstart=function(){return false}
else if (typeof target.style.MozUserSelect!="undefined") //Firefox route
target.style.MozUserSelect="none"
else //All other route (ie: Opera)
target.onmousedown=function(){return false}
target.style.cursor = "default"
}
//Sample usages
//disableSelection(document.body) //Disable text selection on entire body
//disableSelection(document.getElementById("mydiv")) //Disable text selection on element with id="mydiv"
</script>
<script type="text/javascript">
disableSelection(document.body) //disable text selection on entire body of page
</script>
 

3. Paste dekat ruangan Html/Javascript tadi

4. Then SAVE taw ! Jadi takkk?

*Kalau jadi comment lah sket, Nak tengok mana budak comel yg menjadi nih :) *

Credit To : Kak Lyssa


Selamat Mencuba ~ 





+ +