Skip to content


Java-script ใน css

ท่านสามารถใส java-script ไว้สำหรับทำการแก้ bug ของ ie6 ซึ่งไม่สามารถแสดงผลได้อย่างถูกต้อง โดยการใส่ expression ดังตั่วอย่าง

#container{
	width: expression(document.body.clientWidth > 1100)? "1100px" : "auto";
	/* For web browsers supporting it */
	max-width: 1100px;
}

Posted in HTML & CSS, Javascript.

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.