CSS OTHER




   CSS :: Other Property :: Indexeslink

  display      ใช้กำหนดรูปแบบการจัดวางข้อมูล
  cursor       ใช้กำหนดรูปแบบของเมาส์ เมื่อเมาส์อยู่เหนือ element
  visibility   ใช้กำหนดว่าให้ซ่อนหรือแสดง element
  zoom        ใช้กำหนดการขยายหรือย่อ ขนาดของ element


   CSS :: other property :: displaylink

   property:display
   value:block, inline, list-item, none, run-in, compact, marker, table, inline-table,
   table-row-group, table-header-group, table-footer-group, table-column-group,
   table-row, table-column, table-cell, table-caption
   content:ใช้กำหนดรูปแบบการจัดวางข้อมูล
   example:{ display: block; }



  CSS :: other property :: cursorlink

property:cursor
value:default, auto, crosshair, pointer, move, text, wait, help, hand, n-resize,
ne-resize, e-resize, se-resize, s-resize, sw-resize, w-resize, nw-resize
content:ใช้กำหนดรูปแบบของเมาส์ เมื่อเมาส์อยู่เหนือ element
example:{ cursor: crosshair; }



  CSS :: other property :: visibilitylink

property:visibility
value:visible, hidden, collapse
content:ใช้กำหนดว่าให้ซ่อนหรือแสดง element
example:{ visibility: visible; }



  CSS :: other property :: zoomlink

property:zoom
value:normal, เปอร์เซ็นต์, เลขจำนวนจริง
content:ใช้กำหนดการขยายหรือย่อ ขนาดของ element
example:{ zoom: 150%; }