Page 1 of 1

Page not showing correctly in Chrome

Posted: Sat Jun 08, 2013 11:32 am
by wmdvanzyl
Hi All.

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">
...
..and in the stylesheet:

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;
}

Re: Page not showing correctly in Chrome

Posted: Sat Jun 08, 2013 12:20 pm
by psy
Works for me. Maybe chrome cache needed clearing?

Re: Page not showing correctly in Chrome

Posted: Sat Jun 08, 2013 12:41 pm
by wmdvanzyl
Thanks for checking - that might have been the only issue. Really strange. The client picked up on the issue and i duplicated it using Chrome as well. I have no cleared the server cache just in case and turned off "browsers can cache pages" - hopefully this resolves the issue.

Re: Page not showing correctly in Chrome

Posted: Sat Jun 08, 2013 6:57 pm
by Dr.CSS
You need to fix the menu calls, both have an extra UL at the beginning...

Re: Page not showing correctly in Chrome

Posted: Wed Jun 12, 2013 10:05 pm
by paulbaker
Also I would drop the CMSMS version number from the footer - you're advertising to everyone (including bored script kiddies) that you're using an out of date version (1.10.3) - with potential vulnerabilities.

Your top header image is working for me - Chrome on Windoze.