1

When I open my HTML file by double clicking the file then it open in Chrome, there's nothing wrong with it here but when I access it with localhost url using Chrome the checkboxes changed like this and when I access it with localhost url using Firefox it looks normal. I tried to remove all the CSS and Javascript but it still the same. Anyone knows why? Thanks I've been stressed about it. Anyway I'm using XAMPP on my local server.

That1Guy
  • 7,075
  • 4
  • 47
  • 59

2 Answers2

3

I think I found the problem. Try pressing ctrl+0 on your localhost page, this works for me. It seems auto zooming on localhost.

Godinall
  • 2,280
  • 1
  • 13
  • 18
  • no problem mate, glad it worked out for you, mind select mine as answer :) also you can set initial scale to prevent this which I guess you already know – Godinall Dec 11 '13 at 09:56
  • Oh I barely know that the asker can select the answer, I'm still new on this site. Done mate, and thanks again. – leonardkekang Dec 11 '13 at 10:02
  • @leonardkekang only the asker can really tell is the answer is correct solution, isn't it. you are quite welcome mate, SO is really a good place, have more fun – Godinall Dec 11 '13 at 10:10
-1

Check if your webserver is adding any headers influencing rendering like X-UA-Compatible.

You can do this using Network Tab in Chrome Developer Tools (press F12): View HTTP headers in Google Chrome?

Community
  • 1
  • 1
Max Power
  • 178
  • 1
  • 10