I recently did a development and deployment for a client, but there is an issue with the page in Chrome. It displays correctly (afaik) in Firefox and IE (most recent versions).
The site is located here http://www.imesolutions.biz - unashamedly using the internet corporation theme.

If anyone has any idea why the top header image is not displaying in Chrome, please let me know.
This is the part in the template:
Code: Select all
</__body>
<div id="content">
<div id="logo">
<h1><a href="#">{sitename}</a></h1>
</div>
<ul id="menu">
{menu number_of_levels="1" template="Internet_corporation : minimal_menu"}
</ul>
<div id="intro">
<h1>Industrial Management Enhancement</h1>
<p>Est. 1993</p>
</div>
<div id="left">
...
Code: Select all
#intro {
clear: both;
background: #fff url([[root_url]]/uploads/Internet_corporation/intro.jpg) no-repeat;
color: #4C8734;
height: 170px;
margin: 0 0 20px;
padding: 45px 40px 0 0;
text-align: right;
}