PHP Classes

Firefox ?

Recommend this page to a friend!

      CProgbar  >  All threads  >  Firefox ?  >  (Un) Subscribe thread alerts  
Subject:Firefox ?
Summary:This class dont work on Firefox.
Messages:8
Author:David Merchie
Date:2006-07-20 13:59:19
Update:2007-02-02 13:33:52
 

  1. Firefox ?   Reply   Report abuse  
Picture of David Merchie David Merchie - 2006-07-20 13:59:19
This class dont work on Firefox.

  2. Re: Firefox ?   Reply   Report abuse  
Picture of Kostas Theodorou Kostas Theodorou - 2006-07-20 15:02:10 - In reply to message 1 from David Merchie
In this open source project cprogbar work fine under firefox.

live.smart-publisher.gr/index.php?o ...

  3. Re: Firefox ?   Reply   Report abuse  
Picture of elwata elwata - 2006-07-21 14:22:04 - In reply to message 2 from Kostas Theodorou
How Works on Firefox????
I cant display prog bar..

Alfredo

  4. Re: Firefox ?   Reply   Report abuse  
Picture of Adam Kammeyer Adam Kammeyer - 2006-07-28 14:00:25 - In reply to message 3 from elwata
Firefox doesn't support a width on a <span>. It's an inline element. I got it to work by either redefining <span> in CSS as display:block or in cprogbar.php, change <span> on line 42-43 to <div>. Then it works beautifully in both IE and FF.

  5. Re: Firefox ?   Reply   Report abuse  
Picture of Adam Kammeyer Adam Kammeyer - 2006-07-28 14:01:41 - In reply to message 4 from Adam Kammeyer
Sorry, messed up my last post.

Firefox doesn't support a width on a span. It's an inline element. I got it to work by either redefining span in CSS as display:block or in cprogbar.php, change span on line 42-43 to div. Then it works beautifully in both IE and FF.

  6. Re: Firefox ?   Reply   Report abuse  
Picture of David Merchie David Merchie - 2006-07-31 10:29:00 - In reply to message 5 from Adam Kammeyer
thx

  7. Re: Firefox ?   Reply   Report abuse  
Picture of elwata elwata - 2006-07-31 14:26:05 - In reply to message 6 from David Merchie
Ok ...Gracias por todo.

Its Working !!!

Saludos desde Perú
Greeting From Peru

  8. Re: Firefox ?   Reply   Report abuse  
Picture of David Merchie David Merchie - 2007-02-02 13:33:52 - In reply to message 5 from Adam Kammeyer
It don't work on my firefox 2 before this modification:
- I replace the span to div (line 42 and 43)
- and my line 70 : "elP.innerHTML='&nbsp;';".