Side navigation
#9669 closed bug (duplicate)
Opened June 25, 2011 06:13AM UTC
Closed June 25, 2011 01:38PM UTC
Last modified June 25, 2011 01:38PM UTC
the background color of tag body will be override in IE8
Reported by: | yefniu@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>itemteam</title>
</head>
<body style="background-color:red;">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
</body>
</html>