I have different visual for localhost and remote site of same code. I don’t know why local Chrome is displaying my site completely different:
This is http://beta.cliffbase.com
http://img833.imageshack.us/img833/2477/b557ecb80f7644c9a7893c9.png
And this is my local environment running from VS2010 as localhost
http://img96.imageshack.us/img96/3241/5786958214d64aaba236931.png
You can see that menu and left information items have different paddings and heights.
Does anyone know what could be the issue?
I’ve found cause of problem. It is padding/margin of @font-face generated by Font Squirrel. I had to change to Cufon to keep all sizes same. Works fine now.