Skip to content

Instantly share code, notes, and snippets.

@sofish
Created January 3, 2012 09:05
Show Gist options
  • Select an option

  • Save sofish/1554184 to your computer and use it in GitHub Desktop.

Select an option

Save sofish/1554184 to your computer and use it in GitHub Desktop.
IE6 多重 class 失效
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>ie6 muti-class</title>
<style>
.momoko2k.hello{color:#f30;}
.momoko2k{color:#ddd}
.hello{color:#080;}
</style>
</head>
<body>
<p class="momoko2k hello">
hello momoko2k.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment