Tutorials : Disable Highlight Text





bonjour all. hari ni tersangat lah bosan dan memenatkan -.- tadi lina teman kakak lina pergi one utama beli barang make up dia. ya allah, sumpah penat :\ lenguh kaki lina, kejap kesana and kejap kesini. k, hari ni lina nak tunjuk kat korang cara untuk disable highlight text. kalau korang tak suka stalker blog korang copy ayat korang, korang boleh try tutorial ni. lina tahu banyak orang dah tahu macam mana nak buat, but kesah pulak aku :b haha. k jom usha macam mana nak buat.

1. dashboard > design > html/javascript

2.copy code kat bawah ni and paste dekat html/javascript tu


* Disable Text Selection script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
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. save

senang je kan? hanya perlu copy and paste. k lah lina nak buat tutorial lain pulak. nak buat banyak banyak, haha. byebye and selamat mencuba :)

0 Comments: