幫我整d歌ge語法 要係qooza用到

2009-05-13 4:05 am
表格---------------------
歌名:1.Just my way 2.Happy Birthday to you you 3.Ill be 4.LIFE 5.Family(feat.孫淡妃)
歌手:1~4係YUI 5係Mighty Mouth
------------------
最好比埋個靚GE播放器我啦
Thx~!

回答 (1)

2009-05-22 6:27 pm
✔ 最佳答案
字色統一語法

<style>
font,body,table,td{color:色碼}
</style>
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
版面字體大小

<style>
body,tr,td{font:大小pt 新細明體}
</style>
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
貼上游標語法

<style>
<!--a{cursor:url(游標網址);}
body{cursor:url(游標網址);}-->
</style>

╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
滑鼠改成十字

<style>body{cursor:crosshair}</style>
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
滑鼠帶圖語法

<body onmousemove="C.style.left=document.body.scrollLeft+event.clientX+10;C.style.top=document.body.scrollTop+event.clientY+10"><font id="C" style="position:absolute" ><img border="0" src="圖片網址"></font>
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
滑鼠鎖圖語法

<SCRIPT Language="JavaScript">
var clickmessage="想說的話"
function disableclick(e) {if (document.all) {if (event.button==2||event.button==3) {if (event.srcElement.tagName=="IMG"){alert(clickmessage);
return false;}}}if (document.layers) {if (e.which == 3) {alert(clickmessage);return false;}}}function associateimages(){for(i=0;i<document.images.length;i++)document.images.onmousedown=disableclick;}if (document.all)document.onmousedown=disableclick
else if (document.layers)associateimages()</SCRIPT>

╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
滑鼠鎖住右鍵

<body oncontextmenu="window.event.returnValue=false">
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴
鎖右鍵有方塊

<script language="JavaScript"><!--
if (navigator.appName.indexOf("Internet Explorer") != -1)
document.onmousedown = noSourceExplorer;
function noSourceExplorer(){if (event.button == 2 | event.button == 3)
{
alert("想說的話");}}
// -->
</script>
╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴╴


收錄日期: 2021-04-13 16:36:44
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20090512000051KK01470

檢視 Wayback Machine 備份