Page 1 of 1

Backoffice submit button dissapeared in IE9

Posted: Fri Jul 01, 2011 9:43 am
by henris17
Hello,

In Internet Explorer 9 there is no submit button in the admin>pages>add new content.

My client cannot make any changes to its website. We use CMSMS 1.9.4.1

Regards


Henri

Re: Backoffice submit button dissapeared in IE9

Posted: Fri Jul 01, 2011 2:35 pm
by Jos
I don't know if this is exacly the same issue, but maybe this helps:
http://forum.cmsmadesimple.org/viewtopi ... 12#p256512

Re: Backoffice submit button dissapeared in IE9

Posted: Fri Jul 01, 2011 3:28 pm
by henris17
Tried it... But no success, buttons stay transparent.

Regards


Henri

Re: Backoffice submit button dissapeared in IE9

Posted: Sun Jul 03, 2011 3:40 pm
by mb1
Hello,

I'm using 1.9.4.2 and I have the same problem.

I tried replacing transparenturl by transparent url in file style.css in folder admin\themes\NCleanGrey\css
But that didn't work for me either.

Any other ideas?

Thanks!

Re: Backoffice submit button dissapeared in IE9

Posted: Thu Jul 21, 2011 7:36 am
by 21becker
mb1 wrote:Hello,

I'm using 1.9.4.2 and I have the same problem.

I tried replacing transparenturl by transparent url in file style.css in folder admin\themes\NCleanGrey\css
But that didn't work for me either.

Any other ideas?

Thanks!
I had the same problem. It is an issue with IE 9.0 NOT cmsms. The buttons are there, when you hover over them they appear. I have found this problem disappears in Google Chrome. If you can live without seeing the buttons until you hover, so be it; however, i would suggest installing Google Chrome.

Cheers,
JB

Re: Backoffice submit button dissapeared in IE9

Posted: Thu Jul 21, 2011 11:05 am
by mb1
Yes, I know it works fine in Chrome and Firefox, but my client is using Internet Explorer.
And I believe there should be a fix or workaround to make sure it works in IE. The buttons do appear when I'm trying to update a news article, so there must be something somwhere that is not 100% correct when it comes to the admin of pages.

But thank you for your reply! ;)

Re: Backoffice submit button dissapeared in IE9

Posted: Thu Jul 21, 2011 10:45 pm
by 21becker
well see what happens in 1.10!!! ;)

Re: Backoffice submit button dissapeared in IE9

Posted: Fri Jul 29, 2011 10:21 am
by handcoded
Hi

I had this problem so I opened my admin stylesheet and changed the input.pagebutton style to this.

Code: Select all

input.pagebutton {
	cursor: pointer;
	background: url(themes/NCleanGrey/images/layout/nav.png) repeat-x left 0;
	color: #fff;
}
regards,
Richard