formtofollow
Member
Posted 2 years ago #
I'm having major issues after upgrading to firefox 3.6 on my mac. Somehow there seems to be no css when i view my site in firefox. I have not fiddled with the css file or anything after upgrading to 3.6 and everything works fine in Safari.
Have no idea what's going on but my blog cant look like this..
http://www.formtofollow.com
please help
Well, I get all of CSS on your blog, so you might want to try a different browser and see if that helps. Incidentally, you really need to upgrade your blog to 2.9.1 as soon as possible if you want to keep it as safe as secure as you can.
formtofollow
Member
Posted 2 years ago #
But are you using version 3.6 of firefox? i now it works fine in version 3.5.7 and safari and chrome, but not firefox 3.6. thats the problem
ive upgraded to wp 2.9.1, didnt help. ive tried deactivating plugins, didnt help. so im stuck
formtofollow
Member
Posted 2 years ago #
i fixed it! apparently firefox 3.6 is a bit very picky with quotation marks. in my footer tag, i had forgotten a qoutation mark:
#footer {
background: url('images/kubrickfooter.jpg) no-repeat top;
border: none;
}
as simple as that
formtofollow
Member
Posted 2 years ago #
i fixed it! apparently firefox 3.6 is a bit very picky with quotation marks. in my footer tag, i had forgotten a qoutation mark:
#footer {
background: url('images/kubrickfooter.jpg) no-repeat top;
border: none;
}
as simple as that
formtofollow, I had the same problem exactly, thank you so much.