html - Internet Explorer cannot view my webpage the way it is supposed to.... Please help! -


Even when I load my page in Safari and Firefox, my iPod Touch is a type of Safari, it loads correctly, I

When I use versions of any 6, 7 or 8 Internet Explorer issues. In fact, banner ads get messed up in IE 6 or 7, and Amazon code that goes from screen to screen. Everything in IE 8 except for books is fine, every post with Amazon books; If there are more than 3 books in a post, then it will lock the page into other websites, which looks awesome. This is not how it looks on Firefox or Safari. If there is not enough space, then it should be the default on the next line, but in IE it is not. Please advise what can I do to see my site right?

IE is one of the main issues with Web Dev, at any time you have an element that Looks broken in IE, try the following in CSS of that element:

  .broken-element {zoom: 1; }  

The property of the zoom will trigger the lightout flag and will often present it properly to IE.


Comments