Re: [Dspace-tech] Difference viewing in IE

2011-03-08 Thread Stuart Lewis
Hi Karen, This has been fixed for 1.7.1 / 1.8. The changes required (a couple of lines in 2 files) can be seen at: - https://fisheye3.atlassian.com/changelog/dspace/?cs=6044 The problem report is at: - https://jira.duraspace.org/browse/DS-809 Thanks, Stuart Lewis Digital Development Mana

Re: [Dspace-tech] Difference viewing in IE

2011-03-08 Thread Savage, Karen R.
t;" mailto:dspace-tech@lists.sourceforge.net>> Subject: Re: [Dspace-tech] Difference viewing in IE Hi Karen, We had this problem also. If I recall, our solution involved removing the "display:none" for the short-description in style.css. It seems like IE couldn't differenti

Re: [Dspace-tech] Difference viewing in IE

2011-03-08 Thread Daniel Ishimitsu
Hi Karen, We had this problem also. If I recall, our solution involved removing the "display:none" for the short-description in style.css. It seems like IE couldn't differentiate the singular class="short-description" /> tag from an opening class="short-description"> tag. So it expects a , but c