BelowZero Posted March 24, 2012 Share Posted March 24, 2012 I wrote a program using my usual domain. I purchased a new domain name on the same company's servers and copied all the files to the new domain. Now my table styling and a couple other things look completely different. No changes made in any of the code and it looks different no matter what browser I'm testing. Can somebody offer any explanation that might explain this?? Thanks. www.tonalproductions.net/teetimes/publicteetimes.php (How it should look) www.teetimemaker.com/teetimes/publicteetimes.php (New domain) Quote Link to comment Share on other sites More sharing options...
Philip Posted March 24, 2012 Share Posted March 24, 2012 Your CSS files are different. th { border: 1px; border-style: outset; text-align:center; font-size: 12px; } td { border: 1px; border-style: outset; } vs th { border: 1px; border-style: inset; text-align:center; font-size: 12px; } td { border: 1px; border-style: inset; } Quote Link to comment Share on other sites More sharing options...
BelowZero Posted March 24, 2012 Author Share Posted March 24, 2012 oops, I was playing with the stylesheet, but it made no difference. I changed the stylesheet so that they were exactly the same and get the same result. Furthermore, I tried it under yet another domain name and am getting a third look. All 3 exactly the same. All 3 different looks. Strange stuff, but I'd like to figure out why. Quote Link to comment Share on other sites More sharing options...
BelowZero Posted March 24, 2012 Author Share Posted March 24, 2012 Problem solved. Had to use compatibility view in IE9 to make it look right. Arrggghhh... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.