Hello!
It seems that your header slide show image is causing some kind of padding on the slide images, which is throwing out your header and side panel
(in internet exploder of course)I would recommend checking your CSS if there is any
custom CSS for the slide show, and checking the dimensions as well...
Remember we have a very cool
javascript CSS browser checker built into all of our templates, with which you can apply custom CSS for specific browsers, for example:
#header (width: 50px} (will load in all browsers)
.ie #header {width: 40px;} (will only load this style in IE)So using that could solve your problem! besides that, good luck and your template is looking great!
let me know if possible what the problem is, or if you need more help sorting it.