ricardo_1977 Posted July 23, 2012 Report Share Posted July 23, 2012 Boas, eu tenho uma pequena script que nao esta a rodar no Mozilla e roda no IE. Nessa mesma pagina eu tenho outras scripts que funcionam correctamente no Mozilla. Aqui vai o codigo: js <script language = "Javascript"> $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... }); }); </script> html <div class="slideshow"> <img src="Images/fp1.jpg" width="640" height="400"/> <img src="Images/fp2.jpg" width="640" height="400"/> <img src="Images/fp3.jpg" width="640" height="400"/> <img src="Images/fp4.jpg" width="640" height="400"/> <img src="Images/fp5.jpg" width="640" height="400"/> <img src="Images/fp6.jpg" width="640" height="400"/> <img src="Images/fp7.jpg" width="640" height="400"/> <img src="Images/fp8.jpg" width="640" height="400"/> <img src="Images/fp9.jpg" width="640" height="400"/> <img src="Images/fp10.jpg" width="640" height="400"/> </div> ... O que podera estar errado? Link to comment Share on other sites More sharing options...
brunoais Posted July 23, 2012 Report Share Posted July 23, 2012 (edited) Experimenta não usar o atributo @language e usar o @type. Experimenta usar um doctype (se não estás a usar). Recomendo usares HTML4 (e corrigires o código) ou HTML5. Experimenta verificar se tens erros de sintaxe. Edited July 23, 2012 by brunoais "[Os jovens da actual geração]não lêem porque não envolve um telecomando que dê para mirar e atirar, não falam porque a trapalhice é rainha e o calão é rei" autor: thoga31 Life is a genetically transmitted disease, induced by sex, with death rate of 100%. Link to comment Share on other sites More sharing options...
ricardo_1977 Posted July 23, 2012 Author Report Share Posted July 23, 2012 @type tambem nao esta a funcionar. doctype tenho o seguinte: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> nao estou a entender o pk. Link to comment Share on other sites More sharing options...
HappyHippyHippo Posted July 23, 2012 Report Share Posted July 23, 2012 tens um url onde se possa ver isso a estoirar ? IRC : sim, é algo que ainda existe >> #p@p Portugol Plus Link to comment Share on other sites More sharing options...
ricardo_1977 Posted July 23, 2012 Author Report Share Posted July 23, 2012 Nao tenho URL. ainda esta localmente. eu experimentei agora noutro pc e esta a funcionar lindamente. ou nao esta a conseguir entrar na class (css) ou entao tem a ver com a versao do Mozilla. Eu vou voltar a expeimentar no PC onde nao estava a funcionar e vou-lhe retirar todas as outras div's como experiencia. Depois dou feedback mas provavelmente só amanha. Link to comment Share on other sites More sharing options...
brunoais Posted July 24, 2012 Report Share Posted July 24, 2012 Qual é o produto da mozilla que usas? Firefox, camino ou seamonkey? Qual é a versão do browser que usas? "[Os jovens da actual geração]não lêem porque não envolve um telecomando que dê para mirar e atirar, não falam porque a trapalhice é rainha e o calão é rei" autor: thoga31 Life is a genetically transmitted disease, induced by sex, with death rate of 100%. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now