日系精緻背景圖-點圖即可放大 分類:素材圖區 2008/10/28 16:26

w047 發表在 痞客邦 留言(0) 人氣()

公告欄素材+語法 (一)  

 


   喜歡請大大方方+正確引用打包回去唷


自行可以製作公告欄  大家可利用繪圖軟體把圖片加工以後


再利用Flash或是Swish Max....等等軟體 只要能儲存副檔名為 swf


再上傳圖片到網路空間取得網址 在套用以下語法就可以變成自己專屬的公告欄哩!!


公告欄語法↓


<embed src="網址副檔名為swf" width="寬" height="高" wmode="transparent" flashvars="o=第1句字#第2句字#第3句字#第4句字#第5句字#第6句字#第7句字#第8句字#第9句字">


.................................................................. 


以下素材 製作自己喜歡的公告欄以後請自行存入自己空間 謝謝!!!
 
 
       
 
   
 
   
 
    

 


               
          
 
 
             
           
 
           
 
    

w047 發表在 痞客邦 留言(0) 人氣()


     ◎無名小站相簿語法教學◎    <by Keigo 凱哥>連結凱哥           ☆申請辦法:請telnet到無名小站BBS 0Album版,申請帳號,過幾分鐘之後到相簿首頁, 登入之後就可以連結自己的相簿囉!!        

w047 發表在 痞客邦 留言(1) 人氣()

史上最完整的部落格css語法
分類:部落教學
2008/08/02 23:24
.....進入要拍圖的畫面後 → 按下鍵盤上的「Prt Scr」鍵 →
.....打開小畫家 → 點右鍵選「貼上」→ 存檔 → 上傳相簿

w047 發表在 痞客邦 留言(0) 人氣()



您想讓您的YouTube 播放器更美嗎?

來吧~~請為它穿上漂亮的外衣~~


只要在語法中加上 ↓ 這段語法,然後更改外框和滑桿的色碼就行了


&rel=1&color1=336699&color2=00ccff&border=1


如果您不要顯示外框,請改為   ↓


&rel=1&color1=336699&color2=00ccff&border=0  


如果您不要更改滑桿的顏色,請改為


&rel=0&color1=336699&color2=00ccff&border=1


   這是這篇範例的語法


<embed allowScriptAccess="none"  src='http://www.youtube.com/v/t4Ri37iAyWk&rel=1&color1=402061&color2=9461ca&border=1' width='400' height='355' type='application/x-shockwave-flash'></embed><br><br>



<embed allowScriptAccess="none"  src='http://www.youtube.com/v/P2D8epuXla8&rel=1&color1=ff00ff&color2=ff99cc&border=1' width='400' height='355' type='application/x-shockwave-flash'></embed><br><br>


<embed allowScriptAccess="none"  src='http://www.youtube.com/v/gvYgCvTYYmg&rel=1&color1=336699&color2=00ccff&border=1' width='400' height='355' type='application/x-shockwave-flash'></embed><br><br>


延伸閱讀怎樣在文章中貼多個youtube影音檔


w047 發表在 痞客邦 留言(0) 人氣()


/*三欄式*/
.thrcol .yc3main {width:100%;float:left; margin-left:-180px;}
.thrcol .yc3mainbd {margin-left:180px;}
.thrcol .yc3pri {width:100%;float:right;margin-right:-180px;}
.thrcol .yc3pribd {margin-right:180px;}
.thrcol .yc3subbd {width:170px;float:right;}
.thrcol .yc3sec {width:170px;}
.thrcol .yc3sub{z-index:1;}
.thrcol .yc3pri,.thrcol .yc3main{z-index:10;}

w047 發表在 痞客邦 留言(0) 人氣()

小燕子整理語法教學

w047 發表在 痞客邦 留言(1) 人氣()

圖片語法總匯整理 有些語法 不試用奇摩部落格

 分類:語法教室


2007/10/02 11:19

▼圖片語法


防 盜 隱 藏
<img src="圖片網址" onmousedown="alert('想偷圖唷!來企躲起來。。。');style.visibility='hidden'">



鎖 圖 語 法
<IMG SRC="圖片網址" onmousedown="alert('打你想出現的字!')">
 



貼圖:<img src="">


說明:圖檔必須為gif、bmp、jpg、png...。 



圖片透明化:<img src="圖檔網址" style="filter:Alpha(Style=n)"> n=1~3


說明:n值越大越透明,最大為3,建議用2



圖片加框:<img src="圖檔網址" border=?> 


說明: border= 框線大小。 


▼圖片語法



貼圖:<img src="">


說明:圖檔必須為gif、bmp、jpg、png...。 



圖片透明化:<img src="圖檔網址" style="filter:Alpha(Style=n)"> n=1~3


說明:n值越大越透明,最大為3,建議用2



圖片加框:<img src="圖檔網址" border=?> 


說明: border= 框線大小。 



圖片大小:<img src=" 圖檔網址" height=? width=?></marquee>


說明:height=高度;width=寬度。 



圖片加註解:<img src="圖檔網址" alt=要註解的字>


說明:alt=圖片說明,把滑鼠移到圖片上即可看到所輸入的字。 



圖片位置:<p align=center><img src="圖檔網址"></p>


說明:center=圖片居中;left=圖片靠左;right=圖片靠右。 



圖片跑馬燈移動: 


往左:<marquee behavior=side direction=left><img src="圖檔網址"></marquee> 


往右:<marquee behavior=side direction=right><img src="圖檔網址"></marquee> 


往上:<marquee behavior=side direction=up><img src="圖檔網址"></marquee> 


往下:<marquee behavior=side direction=down><img src="圖檔網址"></marquee> 


左右:<marquee behavior=alternate><img src="圖檔網址"></marquee> 



圖片連結加註解: 


<a href="要連結的網址" target="_blank" alt=""""""要註解的字"><img""""" src="圖檔網址"></a> 


說明:_blank=另開一新視窗,如果你不想另開,把target="_blank"去掉即可。 


alt=圖片說明,把滑鼠移到圖片上即可看到所輸入的字。 



圖片大小:<img src=" 圖檔網址" height=? width=?></marquee>


說明:height=高度;width=寬度。 



圖片加註解:<img src="圖檔網址" alt=要註解的字>


說明:alt=圖片說明,把滑鼠移到圖片上即可看到所輸入的字。 



圖片位置:<p align=center><img src="圖檔網址"></p>


說明:center=圖片居中;left=圖片靠左;right=圖片靠右。 



圖片跑馬燈移動: 


往左:<marquee behavior=side direction=left><img src="圖檔網址"></marquee> 


往右:<marquee behavior=side direction=right><img src="圖檔網址"></marquee> 


往上:<marquee behavior=side direction=up><img src="圖檔網址"></marquee> 


往下:<marquee behavior=side direction=down><img src="圖檔網址"></marquee> 


左右:<marquee behavior=alternate><img src="圖檔網址"></marquee> 



圖片連結加註解: 


<a href="要連結的網址" target="_blank" alt=""""""要註解的字"><img""""" src="圖檔網址"></a> 


說明:_blank=另開一新視窗,如果你不想另開,把target="_blank"去掉即可。 


alt=圖片說明,把滑鼠移到圖片上即可看到所輸入的字。 



 



扭曲變形的圖
<IMG SRC="圖片網址"style="Filter:Wave(strength=9,freq=,
lightstrength=23,phase=80)">



觸摸圖片時產生語法效果
滑鼠移到圖片時變黑白
<IMG border="0" src="圖片網址"onMouseOver="this.style.filter='gray'
"onMouseOut="this.style.filter=null">



滑鼠移到圖片時變黑
<IMG border="0" src="圖片網址"onMouseOver="this.style.filter='xray'
"onMouseOut="this.style.filter=null">



滑鼠移到圖片時變底片圖
<IMG border="0" src="圖片網址"onMouseOver="this.style.filter='invert'
"onMouseOut="this.style.filter=null">
 



灰 階 影 像
<IMG SRC="圖片網址" STYLE="FILTER: Gray(Color=blue)">



負 面 效 果
<IMG SRC="圖片網址" STYLE="FILTER: Invert(Color=blue)">



透 明 遮 罩
<IMG SRC="圖片網址" STYLE="FILTER: Mask(Color=blue)">



 


觸 碰 淡 化
<img SRC="圖片網址" onmouseout="this.filters.alpha.opacity=100"
onmouseover="this.filters.alpha.opacity=50"
style="filter:alpha(opacity=100)">



隱 約 美 化
<img src="圖片網址"style="filter:wave(strength=0,freq=3,phase=8,lightstrength=10) Alpha(Opacity=100, style=2)">


 


引用:http://tw.myblog.yahoo.com/jw!zo1RlCmfHxlEo2UTXCcDzads5GkC/article?mid=6


w047 發表在 痞客邦 留言(0) 人氣()

炫彩閃亮邊框
 

 



炫彩閃亮邊框


  



  



  



  



  



  



  



 



  



  



  



  



  



  



  



  



  



  



  



  



  




 


 


 


w047 發表在 痞客邦 留言(0) 人氣()

可愛ㄉ邊框原圖材
 

轉載文章請註明出處貼上社區logo~


 


        
      
        
      
        
      
        
               
        
        
        
        
               
        
      
        
        
      
        
      
        
     
                                            


w047 發表在 痞客邦 留言(0) 人氣()

讓人驚豔的帥哥美女長圖卡  

      


     


     


  


  


   


   


  


  


  


 


      


 


 


   


<embed src=" http://sundakib9.googlepages.com/sundakib9-1.htm" width="580" height="3000"></embed></p>


 


品味人生  

w047 發表在 痞客邦 留言(0) 人氣()


如何用Easy GIF Animator 做自己的動畫小logo ? 分類:BLOG教學區 2007/08/08 16:37

w047 發表在 痞客邦 留言(0) 人氣()

1 2
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。