I have put together a site and I see a strange problem when using firefox. I can load the page and it will show a different size font each time I refresh the page. It may not do it every time but enough to make me need to figure it out and fix it. This is the page: http://thealgarvepropertymarket.com/ Hope you can see it. Regards Mike
this seems to be a css caching problem. don't know but i have also faced such problems while applying css to html tags directly. I have seen that you are applying css to <p> tag. try 2 things: 1. Use reset css at top. 2. Apply css explicitly to p tag. There might be other better solutions as well, but I am sharing my experience and solutions I have tried so far..
Thanks, I looked at your solutions and it looks a little too involved. This is the fix: http://www.stefanhayden.com/blog/2006/04/03/css-caching-hack/ Thanks Mike