Page not showing correctly in Chrome

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
wmdvanzyl
Forum Members
Forum Members
Posts: 214
Joined: Fri May 06, 2011 12:48 pm

Page not showing correctly in Chrome

Post 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;
}
psy
Power Poster
Power Poster
Posts: 463
Joined: Sat Jan 22, 2005 11:19 am

Re: Page not showing correctly in Chrome

Post by psy »

Works for me. Maybe chrome cache needed clearing?
wmdvanzyl
Forum Members
Forum Members
Posts: 214
Joined: Fri May 06, 2011 12:48 pm

Re: Page not showing correctly in Chrome

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Page not showing correctly in Chrome

Post by Dr.CSS »

You need to fix the menu calls, both have an extra UL at the beginning...
User avatar
paulbaker
Dev Team Member
Dev Team Member
Posts: 1465
Joined: Sat Apr 18, 2009 10:09 pm
Contact:

Re: Page not showing correctly in Chrome

Post 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.
Post Reply

Return to “The Lounge”