DISABLE HIGHLIGHT TEXT

Selamat ari isnin..
Arini ase nk wat tutorial cam ner cara nk elak org highlight kite punye entry n copy kt blog diorang..
Care neh sgt la bkesan sbb ble dh disable highlight..
mmg konpem2 org xleh nk wat pape kt blog kite...

Tapi if korang ase korang nk wat blog tutorial..
xpyah la berangan nk wat tutorial neh..
sbb konpem org akn lari punye dari blog korang...
xpham???
Lor..klu da diorng xleh nk highlight kod..cm ner nak wat tutorial yg korang ajar kan???hehehehe

K la..xnk bebel panjang2 da...
Jom Cik Permata ajar korang sume yer....

1) Dashboard > Design > Add Gadget > Choose HTML/Javascript. 

2) Copy code dibawah dan paste kat HTML/Javascript
<script type="text/javascript">
/***********************************************
* Disable Text Selection script- &#169; 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>

4) SAVE dan SELESAI...

So..korang leh la ase sng ati sbb kompem2 xkan ade da si copycat kat blog korang...:)

♥♥Suke Entry neh?Komen Byk2 Dan Klik Button Donate Yer!!♥♥

0 Doakan Cik Permata:

LinkWithin

Related Posts Plugin for WordPress, Blogger...