[bugs] Css -moz-opacity - - Album_allpics.php »  Show posts from    to     

Icy Phoenix


Old Support Topics - [bugs] Css -moz-opacity - - Album_allpics.php



Lopalong [ Wed 18 Nov, 2009 10:53 ]
Post subject: [bugs] Css -moz-opacity - - Album_allpics.php
No longer used as you would no doubt be aware.

If you're not - - - - - - - - FF now only uses opacity. - - - - - - - - - - "BOOM!"

Warning: Unknown property '-moz-opacity'. Declaration dropped.
Source File: [http://www.icyphoenix.com/templates/default/common.css Line: 150]

PS: There are also some in the other .css in the /common folder.

Need a couple of &'s here ?

album_allpics.php

Code: [Hide] [Select]
$album_view_mode_param = (!empty($album_view_mode)) ? '&mode=' . $album_view_mode : '';
$album_view_type_param = (!empty($album_view_type)) ? '&type=' . $album_view_type : '';


Mighty Gorgon [ Wed 25 Nov, 2009 13:46 ]
Post subject: Re: [bugs] Css -moz-opacity - - Album_allpics.php
Are you sure that it is not working any more?

Do you have an official link to check the specifications?

Thanks.


Lopalong [ Sat 28 Nov, 2009 21:43 ]
Post subject: Re: [bugs] Css -moz-opacity - - Album_allpics.php
Apparently it's only been an alias for opacity for quite some time

Quote:
•History
Prior to Mozilla 1.7 (Firefox 0.9) the -moz-opacity property was implemented in a non-standard (inherited) way. With Firefox 0.9 the behavior changed and the property was renamed to opacity. Since then -moz-opacity was supported just as an alias for opacity.
•Gecko 1.9.1/ Firefox 3.5 and later do not support -moz-opacity. By now, you should be using simply opacity.


More: https://developer.mozilla.org/en/CSS/opacity


Mighty Gorgon [ Sun 29 Nov, 2009 23:17 ]
Post subject: Re: [bugs] Css -moz-opacity - - Album_allpics.php
Thanks, I will fix it.




Powered by Icy Phoenix