I created an intranet umbraco site using 4.5.2.. It looks great on my dev box but when I move it over to production, the css layout gets a bit squirrely. It looks similiar but i have a line missing here and there... some of the formatting is off by a few pixels.
I double checked all DNS references to make sure i'm pointing to all the correct external js and css links and everything looks good.
I reference it via IE8 using its hostname (http://gs-home) to get this weird formatting.
HOWEVER, when i reference it by IP address or fully qualified domain name (gs-home.domain.local) the formatting is perfect. Any clue what could be going wrong?
intranet installation config
I created an intranet umbraco site using 4.5.2.. It looks great on my dev box but when I move it over to production, the css layout gets a bit squirrely. It looks similiar but i have a line missing here and there... some of the formatting is off by a few pixels.
I double checked all DNS references to make sure i'm pointing to all the correct external js and css links and everything looks good.
I reference it via IE8 using its hostname (http://gs-home) to get this weird formatting.
HOWEVER, when i reference it by IP address or fully qualified domain name (gs-home.domain.local) the formatting is perfect. Any clue what could be going wrong?
haha! i take that back. compatibility mode was screwing w/ me. I added this to my master page for a fix
<meta http-equiv="X-UA-Compatible" content="IE=8" />
is working on a reply...