BipadTaranMahato / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Doesn't work with mozilla #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The javascript simply doesn't work in Firefox/3.0.1. Offline is works great 
with Safari, Explorer 
and Mozilla. Once uploaded online, only Safari and Explorer will work. 
Dreamweaver tells me

''Found 12 errors in external css files

Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for 
Macintosh 5.2; Netscape 8.0; 
Opera 8.0, 9.0; Safari 2.0''

External css files being slideshow.css.

In slideshow.css

''Unsupported property: opacity

Affects: Firefox 2.0; Internet Explorer 6.0, 7.0; Internet Explorer for 
Macintosh 5.2; Netscape 8.0; 
Opera 8.0, 9.0; Safari 2.0''

Thank you.

Original issue reported on code.google.com by BolducFr...@gmail.com on 16 Sep 2008 at 2:00

GoogleCodeExporter commented 9 years ago
Opacity is a CSS3 property - ie it won't validate in CSS2, however it will in 
CSS3. Either way Mootools does the 
work of making opacity work cross-browser, including in the browsers which do 
not yet support CSS3 (IE 6/7 
namely).

Original comment by aeron.gl...@gmail.com on 21 Sep 2008 at 6:52

GoogleCodeExporter commented 9 years ago
That was not it; my partner actually edited some lines and the problem was 
found in Mootools. Browser issue 
which we fixed. If anyone is interested, we surely could provide the fixed 
lines.

Thank you.

Original comment by BolducFr...@gmail.com on 21 Sep 2008 at 7:01