| scrollLeft | ใช้กำหนดค่า หรือคืนค่า ตำแหน่งของ scrollbar ในแกน x |
|---|
property:scrollLeft;
return type:string, void
content:ใช้กำหนดค่า หรือคืนค่า ตำแหน่งของ scrollbar ในแกน x
example:var tagBody = document.getElementById ( "bamboo" ); alert ( tagBody.scrollLeft );