萬盛學電腦網

 萬盛學電腦網 >> 網絡編程 >> 安卓開發 >> 如何讓html5自動伸縮?

如何讓html5自動伸縮?

更有效的連接工作效率,使得基於頁面的實時聊天,更快速的網頁游戲體驗,更優化的在線交流得到了實現。HTML5擁有更有效的服務器推送技術,Server-Sent Event和WebSockets就是其中的兩個特性,這兩個特性能夠幫助我們實現服務器將數據“推送”到客戶端的功能。下面我們給大家介紹一下html5自動伸縮吧!

  第一步把如下代碼加入到<head>區域中

  <style type=text/css>
menulinks {position:relative;}
#menucont a{color:#; fontweight:bold; textdecoration:none;}
#menucont a:hover{color:#ff; fontweight:bold; textdecoration:underlineoverline; texttransform: uppercase;}
</style>
<script LANGUAGE=Javascript>
<! Begin
nSpace=   // how many space maximum between each letter
nSpeed= // the speed of the animation
timerLSM=null;
function LetterSpacingMenu() {
if(documentgetElementById){
   lnks = Mathfloor(Mathrandom()*lnklength);
   letterSpacing = Mathfloor(Mathrandom()*nSpace);
   lnk[lnks]style

copyright © 萬盛學電腦網 all rights reserved