|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:13 |
|
ใช้กำหนดสีให้กับพื้นหลัง value:ชื่อสี, transparent, #ค่าสี, rgb( ตัวเลข, ตัวเลข, ตัวเลข ) example:{ background-color: rgb( 255, 0, 125); } property:background-color
|
|
Last Updated ( Sunday, 18 April 2010 05:19 )
|
|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:15 |
|
property:background-repeat value:repeat-x, repeat-y, repeat, no-repeat content:ใช้กำหนดให้แสดงรูปภาพแบบวนซ้ำหรือไม่ example:{ background-repeat: no-repeat; }
|
|
Last Updated ( Sunday, 18 April 2010 05:19 )
|
|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:16 |
|
property:background-attachment value:fixed, scroll content:ใช้กำหนดว่าให้รูปภาพพื้นหลัง อยู่กับที่ หรือ เลื่อนตาม เมื่อมีการเลื่อนแถบเลื่อน example:{ background-attachment: fixed; }
|
|
Last Updated ( Sunday, 18 April 2010 05:19 )
|
|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:17 |
|
property:background-repeat value:repeat-x, repeat-y, repeat, no-repeat content:ใช้กำหนดให้แสดงรูปภาพแบบวนซ้ำหรือไม่ example:{ background-repeat: no-repeat; }
|
|
Last Updated ( Sunday, 18 April 2010 05:19 )
|
|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:24 |
|
property:background-positionY value:top, center, bottom, ค่าเปอร์เซ็นต์, ค่า px content:ใช้กำหนดตำแหน่งของพื้นหลัง เมื่อเทียบกับขอบด้านบน example:{ background-positionY: 5px; }
|
|
Last Updated ( Sunday, 18 April 2010 05:19 )
|
|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:25 |
|
property:background-positionX value:left, center, right, ค่าเปอร์เซ็นต์, ค่า px content:ใช้กำหนดตำแหน่งของพื้นหลัง เมื่อเทียบกับขอบด้านซ้าย example:{ background-positionX: 1%; }
|
|
Last Updated ( Sunday, 18 April 2010 05:19 )
|
|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:26 |
|
property:background-position content:ใช้กำหนดค่าของ property background-positionY และ background-positionX ได้พร้อมกันตามลำดับ example:{ background-position: 5px 1%; }
|
|
Last Updated ( Sunday, 18 April 2010 07:30 )
|
|
Written by รับทำเว็บไซต์
|
|
Saturday, 17 April 2010 04:26 |
|
property:background content:ใช้กำหนดค่าของ property background-color, background-image, background-repeat, background-attachment, background-position ได้พร้อมกันตามลำดับ example:{ background: #ccff00 url(panda.gif) no-repeat fixed 5px 1%; }
|
|
Last Updated ( Sunday, 18 April 2010 05:19 )
|
|
|
|
|