Re: Cake 1.3 + CSS + Firefox Issues

2010-05-02 Thread Mateo San Román
Would not have thought of that on a million years... lucky me for sending a screenshot! Thank you very much. On 2 mayo, 04:27, Tomek Mazur wrote: > Supongo Adblock i bloquear dicho contenido. Trate de apagarlo y ver > si funciona. > > Echa un vistazo a la nueva CakePHP sitio Preguntashttp://cakeq

Re: Cake 1.3 + CSS + Firefox Issues

2010-05-02 Thread Tomek Mazur
I suppose adblock i blocking that content. Try turning it off and see if it works. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post

Re: Cake 1.3 + CSS + Firefox Issues

2010-05-01 Thread Mateo San Román
http://i855.photobucket.com/albums/ab117/mateosanroman/screenshot.png Standard baked view, untouched. No extra CSS or JS added. If I remove the "ads" class from the container, everything is fixed. Same on add/edit view. Thanks, On 2 mayo, 01:17, John Andersen wrote: > Please provide more info

Re: Cake 1.3 + CSS + Firefox Issues

2010-05-01 Thread Mateo San Román
http://i855.photobucket.com/albums/ab117/mateosanroman/screenshot.png Standard baked view, untouched. No extra CSS or JS added. If I remove the "ads" class from the container, everything is fixed. Same on add/edit view. Thanks, On 2 mayo, 01:17, John Andersen wrote: > Please provide more info

Re: Cake 1.3 + CSS + Firefox Issues

2010-05-01 Thread John Andersen
Please provide more informations, such as the CSS code that is applied, the HTML code as it looks in FF, and whatever other code that you deem necessary for us to assist you in clarifying the issue :) Enjoy, John On May 2, 8:44 am, Mateo San Román wrote: > Hello, > >   I've created a baked vie

Cake 1.3 + CSS + Firefox Issues

2010-05-01 Thread Mateo San Román
Hello, I've created a baked view for a controller; when I open it with IE8 or Chrome, all view data is shown, but if I open it in Firefox the first CSS class applied (same name as controller) renders the data container hidden. Is there any way (besides deleting) to avoid this behavior? Best re