Dear Sir,
I have maked a site in cmsmadesimple but this site is not opening in Internet Explorer 6. Its working IE8 and Mozila Firefox also.
Which template I used its also working in IE6 but when it's code I entered in CMS then site is not working in IE6.
Kindly help me what is the problem.
Regards,
Help Needed.
Re: Help Needed.
Can you point us to the site?
Re: Help Needed.
What version are you talking about and what doesn't work?
CMSMS doesn't support IE6 which is a very old browser.
See Requirements http://wiki.cmsmadesimple.org/index.php ... quirements
But you can always build a new stylesheet just for IE6 if that's the issue
Btw next time you ask a question please post more info about CMSMS.
You can read about it here http://forum.cmsmadesimple.org/index.ph ... 661.0.html
/Coldman
CMSMS doesn't support IE6 which is a very old browser.
See Requirements http://wiki.cmsmadesimple.org/index.php ... quirements
But you can always build a new stylesheet just for IE6 if that's the issue
Btw next time you ask a question please post more info about CMSMS.
You can read about it here http://forum.cmsmadesimple.org/index.ph ... 661.0.html
/Coldman
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Re: Help Needed.
The backend might not support IE6, but the site compatibility with IE6 all depends on the HTML, CSS and JavaScript that the user puts into it. All my CMSMS sites work on IE6.Coldman wrote: CMSMS doesn't support IE6 which is a very old browser.
See Requirements http://wiki.cmsmadesimple.org/index.php ... quirements
Re: Help Needed.
Coldman wrote: But you can always build a new stylesheet just for IE6 if that's the issue
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Re: Help Needed.
I am using CMS version 1.7.1 the backend is working in IE6 but frontend not working in IE6.
You please check the site http://www.finedeal.net
You please check the site http://www.finedeal.net
Re: Help Needed.
Of all the hundreds of web sites/templates I've built never has IE6,7,8 given me that error/pop up...
I would change the DOCTYPE to transitional and fix the invalid html before hacking into the core files...
I would change the DOCTYPE to transitional and fix the invalid html before hacking into the core files...
Re: Help Needed.
Just because you haven't seen the error before doesn't mean it doesn't exist!Of all the hundreds of web sites/templates I've built never has IE6,7,8 given me that error/pop up...
The problem is with the SWFObject code, it doesn't work properly on IE6 if the base tag isn't closed (see: http://code.google.com/p/swfobject/wiki/faq - question 4).
If the base tag is needed, the only way to fix it is to change the metadata plugin so it produces the correct IE conditional comments.
Alternatively, it can be turned off with {metadata showbase='false'}.
Green Sheep Design Ltd. - www.greensheep.co.uk
Re: Help Needed.
Maybe using the Object tag would help, it says stale but still works fine...
http://dev.cmsmadesimple.org/projects/objecttag
http://dev.cmsmadesimple.org/projects/objecttag