Bug #7849
_CSS_DEFAULT_STYLE doesn'w work in IE6
| Status: | Rejected | Start date: | 2010-05-20 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | Juergen Furrer | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
The new _CSS_DEFAULT_STYLE does not show the images in the 'bestBrowserofUniverse' Internet Explorer 6 anymore. I just upgraded from 0.5.0 to 1.0.4
King Regards, Jan
Associated revisions
Fixed bug #7849: Grammar error in error.no.ts.template label
History
Updated by Jan Lochner about 3 years ago
I've commented out 'display: none;' here:
ul.tx-imagecycle-pi1 {
/*display: none;*/
position: relative;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0;
}
seems to work now.
Updated by Juergen Furrer about 3 years ago
- Status changed from New to Needs Feedback
The "display:none" was added for IE problems (it displayed the ul li in list style)
But I dont have this problem, the Imagecycle works in IE6 too.
Have you valid HTML / CSS?
Updated by Jan Lochner about 3 years ago
The document is valid xhtml transitional
The css is not valid, http://jigsaw.w3.org/css-validator/ says:
ul.tx-imagecycle-pi1 span Die Eigenschaft opacity existiert nicht in CSS level 2.1, aber in : 0.8 0.8
TYPO3 Version is 4.2.12
i'm fading png-images using unitpngfix.js, could this be the problem?
EDIT: the png-images are definitly the problem, i tested with jpg's, an ie6 had no problem to display and fade it to another jpg
King regards, Jan
Updated by Juergen Furrer about 3 years ago
- Status changed from Needs Feedback to Rejected
Hi
So I will do nothing here.
In fact, I dont belive in a 6 Year old browser.
But I belive in CSS3 and tho "opacity" problem can be fixed by removing this CSS item (for your own, just override the CSS with your own)
Best regards
Jürgen