2013年1月9日 星期三

[HTML] How to create different object at different layer

[HTML] How to create different object at different layer

CSS :



#abc

{

    position:     absolute;  /* Put the object after the last one */

    background:  #FFFFFF;

    height:       25px;

    width:        90px;

    left:         415px;   /* Control the position of object */

    opacity:      0;  /* parameter = 0      Can't see any object */

    z-index:      2;        /* Put the object at the z coordinate */

}

HTML :

<div id=abc ></div>

Related Posts:

  • [Blogger] content word size change Read More
  • CSS - 自訂 物件自訂 選擇器[1][2]Number of elements 種類一:CLASS="名稱" <style type="text/css"> <!-- .one{ color : #cc6699 ; /*文字色彩*/ font-size : 9… Read More
  • CSS 教學CSS teach stuff : HTML and CSS Tutorials. And Stuff… Read More
  • [Blogspot]Extend link to the TAB<ul> <b:loop values='data:links' var='link'> <b:if cond='data:link.isCurrentPage'> <li class='selected'>&… Read More
  • [blogspot]文章加上重點底線我想在BLOG上劃重點,但又不想要只讓文字呈現顏色的區分.想要在文字底下劃上不一樣的底線,以增加閱讀的樂趣。可以跟著[Blog語法研究室 ]動手做看看。 ]嘗試著做做看。1) 取得底線的圖檔,也可以自己畫。 要 gif 格式喔,而且要設定底色為透明。這裡先提供一個粉紅色底線的圖 檔,有需要的可以在… Read More

0 意見:

張貼留言