Browser Content

http://stackoverflow.com/questions/17370482/preventing-script5-access-is-denied-error-in-ie

Version: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> worked but thats not the latest version right? or is that ok?

That should be fine. The bower.json just wants greater than or equal to version 1.9.0.

I see thanks.

But why would render differently if they are the same css?

Ah my friend, welcome to the world of cross-browser issues. Browsers interpret CSS differently. They round values differently. They have default styles and visuals that vary from browser to browser. It’s our job to standardize the output as best we can! Would you like us to help you with it? Or would you like to tackle this on your own?

1 Like

ohhh ok…ill see if I can do it own my own so I have to test the css on browsers to see if they render the same?

Yes! That is an absolute must!

At the minimum I recommend checking as many browsers as you can. Tablets, mobile devices, mac, Linux, XP, Win7…

As for IE, check back to IE8+ (I’d do that.)

Check constantly as you make your pages. That way you can identify the culprit easier. As you get better, you learn to avoid these issues and you can just test your pages at the very end.

wow oh my gosh did not know that thanks for info.

Hi again So I am getting my logo on my website and other images are pixelated in IE and in chrome it looks fine. The images are high quality large size but re-sized smaller in the website.

http://iogproducts.com/default.aspx

Nevermind I figured it out thanks:)

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.