In Internet Explorer some elements don't work: Chat, Contact, Tutorial, Survey. These elements work in Firefox and Chrome. http://hotelpedia.si is the website. I have this code in the footer. I don't understand why this would cause some elements not to load in Internet Explorer.
{if $is_ie_browser}
<!--[if lt IE 9]><link rel="stylesheet" href="{$smarty.const.DOMAIN}/css/ie.css" type="text/css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="{$smarty.const.DOMAIN}/css/ie_7.css" type="text/css" /><![endif]-->
{/if}
{/if}