NIHVIVO-1838: In IE6 some content (text) disappear after loading individual pages for foaf person or generic. Changing var applyPositioning = false in supersleight.js change the behavior and content doesn't disappear (text) anymore. Still working on why PNG images disappear. Also I have fixed some layout issues in IE 6 and IE 7.
This commit is contained in:
parent
e8667d3a8e
commit
abd5c89497
1 changed files with 1 additions and 1 deletions
2
webapp/web/js/jquery_plugins/supersleight.js
vendored
2
webapp/web/js/jquery_plugins/supersleight.js
vendored
|
@ -5,7 +5,7 @@ var supersleight = function() {
|
|||
|
||||
// local vars
|
||||
var root = false;
|
||||
var applyPositioning = true;
|
||||
var applyPositioning = false;
|
||||
// path to a transparent GIF image
|
||||
var shim = './images/x.gif';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue