Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Firefox 3.6.8 has trouble displaying blogger site

  • 4 yanıt
  • 14 kişi bu sorunu yaşıyor
  • 8 gösterim
  • Son yanıtı yazan: jess7878

more options

Hello all,

I hope someone can help. I run a website that I use blogger to update. Before I updated firefox to 3.6.8, the site looked fine. Now, it's a mess. The text is scrunched way to the left of each section and the links, which are supposed to have custom colors, are all turning up the generic, boring blue (which now blends into the header bar so you can't read them). I still have Firefox 3.5.11 on my other machine and the site looks fine. It also looks fine on the latest IE and Chrome. Is there a coding fix I can add to the template in blogger to fix all these issues? Or is Firefox issuing a patch to fix this? I'm worried about all my website visitors who have the updated version of firefox having problems viewing my site.

Please HELP!

http://www.freebookfriday.com

Thanks! Jessica

Hello all, I hope someone can help. I run a website that I use blogger to update. Before I updated firefox to 3.6.8, the site looked fine. Now, it's a mess. The text is scrunched way to the left of each section and the links, which are supposed to have custom colors, are all turning up the generic, boring blue (which now blends into the header bar so you can't read them). I still have Firefox 3.5.11 on my other machine and the site looks fine. It also looks fine on the latest IE and Chrome. Is there a coding fix I can add to the template in blogger to fix all these issues? Or is Firefox issuing a patch to fix this? I'm worried about all my website visitors who have the updated version of firefox having problems viewing my site. Please HELP! http://www.freebookfriday.com Thanks! Jessica

jess7878 tarafından tarihinde düzenlendi

Seçilen çözüm

This forum focuses on end-user support. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

That said, some of your style rules are being ignored. If you check Firefox's Error Console (Tools menu) -- for best results click the Clear button then reload your page -- you can see there is a problem with this rule (note the unbalanced quotation marks):

#header {
background:url(http://www.blogpulp.com/imagehost/images/196653871.gif") no-repeat left bottom;
padding:0px 0px 0px;
}

If you work your way through the warnings in the console, hopefully you can fix it.

Bu yanıtı konu içinde okuyun 👍 0

Tüm Yanıtlar (4)

more options

We can't do anything without an actual website (that is, we need this website's address). Thanks for contacting Mozilla.

Ricmacas tarafından tarihinde düzenlendi

more options

I entered the site address in the field that asked for it in the form, but apparently it didn't post in the question. I just updated the question with the link.

Thanks!

more options

Seçilen çözüm

This forum focuses on end-user support. You can find more web development help on the mozillaZine Web Development board. Separate forum, separate registration. Please note the tips in the Sticky Post at the top of the forum before posting.

That said, some of your style rules are being ignored. If you check Firefox's Error Console (Tools menu) -- for best results click the Clear button then reload your page -- you can see there is a problem with this rule (note the unbalanced quotation marks):

#header {
background:url(http://www.blogpulp.com/imagehost/images/196653871.gif") no-repeat left bottom;
padding:0px 0px 0px;
}

If you work your way through the warnings in the console, hopefully you can fix it.

more options

Thanks so much Jscher2000! I used the error console and was able to fix it! What a nifty little tool.

Best, Jessica