首页 > 技术文章 > CSS

wangzhi 2013-10-20 22:07 原文

id selector , '#'

class selector , '.'

onClick="window.location.href='success.jsp'"

If the link to the external style sheet is placed after the internal style sheet in HTML <head>, the external style sheet will override the internal style sheet!

body{margin-right:200px;}

how to set a fixed background image? body{background-attachment:fixed;}

推荐阅读