Roger Wilmut - 30 July 2010 11:35 AM
In FireFox, load your page and then from the ‘Tools’ menu select ‘Error Console’. You will see a list of errors, though if you do the equivalent in Safari (you need the ‘Developer’ menu enabled to do this) there are no errors.
Looking at just one error, the ‘Home’ and ‘About’ links which should be in a box with curved corners but are misplaced and not in a box in FireFox. These links depend on the class ‘toolbar_horizontal’ in the css file (the error list shows you the URL).
This class is listed thus in the css:
#toolbar_horizontal,#toolbar_vertical ul a,.filesharing-item,.radius5{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
‘border-radius’ is not a css property; you will notice that it is preceded by ‘webkit’, which is the method Safari and some other browsers (though not, I believe, FireFox) use to render pages, so it looks as if the developers of this theme are making use of facilities in the webkit which are, strictly speaking, non-standard and which FireFox doesn’t recognize. Internet Explorer doesn’t show these links at all according to the checking system at http://browsershots.org/ (which is a useful place for checking the behaviour of browsers you don’t have).
It looks as if the developers have made claims about compatibility without thoroughly checking things.
Thanks so much for your troubleshooting advice.
I talked with seydesign via phone, and Adam gave me excellent customer service. He told me I am using RapidWeaver to the max because I’m doing a lot of @imports of carousels and stacks inside a blog page, which could potentially give me problems. Also, I had greybox javascript code in my header that I wasn’t using. However, the problem for the page not displaying correctly in Firefox was because I had two illegal tags for my titles. I was using a <center> and <font color=""> tag, which messed up my whole display in Firefox. If I want to do any adjustments, I have to do it in CSS.
Thanks again everyone, seydesign, and Adam.
Your tips are very useful.
BTW, the 2nd beta version of my site will be up soon on my main site, OpenSourceVegan.com. I’m currently uploading it to CyberDuck.
--Franklin
http://www.opensourcevegan.com