Search module changes behaviour in Firefox 3.5
Search module changes behaviour in Firefox 3.5
In CMSMS 1.6.6, the Search module has a different behaviour with Firefox 3.5, and it is hard to align it vs IE. If you align in FF3.5, IE is out and viceversa.
Re: Search module changes behaviour in Firefox 3.5
Are you talking about css 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: Search module changes behaviour in Firefox 3.5
Yes, sorry not to mention it.Coldman wrote: Are you talking about css issue?
Re: Search module changes behaviour in Firefox 3.5
Is it all IE versions or?
Try to add in our head tag for your template.
Edit:
Don't forget to have {literal} ...... {/literal}
Try to add in our head tag for your template.
Code: Select all
<!--[if lte IE 6]>
<style type="text/css">
.YOURCLASS {align:blah;}
</style>
<![endif]-->Don't forget to have {literal} ...... {/literal}
Last edited by Coldman on Sun Oct 25, 2009 6:32 pm, edited 1 time in total.
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: Search module changes behaviour in Firefox 3.5
It is working fine in IE. Where it is not working is on Firefox 3.5
Re: Search module changes behaviour in Firefox 3.5
I don't think there's any conditional statement for Firefox?
Do what I suggested to you in the head tag.
Then change the stylesheet so the searchbox looks good in FF
Do what I suggested to you in the head tag.
Then change the stylesheet so the searchbox looks good in FF
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

