getting access is denied error on IE8

IE doesn’t allow manipulation of the type=”file” input element from javascript due to security reasons. Setting the filename or invoking a click event to show the browser dialog will result in an “Access is denied” error on the form submit – Internet Explorer is clever about remembering what methods have been invoked. Similar issue: http://www.webdeveloper.com/forum/showthread.php?t=181272

How to avoid ie8 compatibility button?

Short answer: Put this in your head tag to tell the browser that your page works in IE 8: <meta http-equiv=”X-UA-Compatible” content=”IE=8″ /> Also as per Jon Hadleys comment, to ensure the latest (not just IE8) rendering engine is used, you could use the following: <meta http-equiv=”X-UA-Compatible” content=”IE=edge”>

IE8 alternative to window.scrollY?

The cross-browser compatible version for window.scrollY is document.documentElement.scrollTop. Please see the ‘Notes’ section of this piece of Mozilla documentation for a full, detailed workaround in IE8 and before. As mentioned here, pageYOffset is another alternative to window.scrollY (note though that this is only IE9+ compatible). In regard to the link above, check Example 4 for … Read more

IE8 display inline-block not working

I’m guessing you haven’t declared a doctype. Try placing this on the first line, before the html tag: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> The code you pasted works in IE8 with that doctype.

Input boxes with transparent background are not clickable in IE8

I am unable to reproduce such a problem in IE8. Full test case? Are you sure there’s not a layering problem causing some other transparent element to cover the clickable area? Does setting background-image make a difference? What about to a transparent GIF? ETA: Curious! It’s actually an IE7 bug. For me, your example exhibits … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)