I'm trying to make my website compatible with internet explorer. I've been thinking of making it compatible for IE and then Firefox and then I'll be good. It works for google chrome but there's some very very annoying little things which the new IE does.
The images look much bigger and gayer (sorry, couldn't find a more technical term for IE). The width is extended too for some reason. Now if I change it to look normal for internet explorer then it looks too small for google chrome. Most other things I've managed to find a loophole around and modified the same css to display things correctly on both browsers but for this I can't figure out anything.
I don't know if this would be helpful but this is how I display the picture...
.div_class {
margin-left:1.8%;
background-image:url('./images/bottom.jpg');
background-repeat: repeat-y;
}