NIHVIVO-1623: header-background.png is conflicting with supersleight.js or viceversa. I have created a header-background.jpg that will fix the problem for IE6.

This commit is contained in:
mb863 2011-01-11 21:44:48 +00:00
parent 83d0056263
commit e92e8bf72f
2 changed files with 4 additions and 2 deletions

View file

@ -1,9 +1,11 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/* Fix for homepage in IE6 browsers */
html,
body {
body{
background-position: center, 0;
background-repeat: no-repeat;
background-image: none;
background-color: #f3f3f0;
background-image: url(../images/header-background.jpg);
}
#wrapper-content{
padding-left: 10px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB