Page 1 of 1
Search module changes behaviour in Firefox 3.5
Posted: Sun Oct 25, 2009 5:35 pm
by saltydog
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
Posted: Sun Oct 25, 2009 6:01 pm
by Coldman
Are you talking about css issue?
Re: Search module changes behaviour in Firefox 3.5
Posted: Sun Oct 25, 2009 6:17 pm
by saltydog
Coldman wrote:
Are you talking about css issue?
Yes, sorry not to mention it.
Re: Search module changes behaviour in Firefox 3.5
Posted: Sun Oct 25, 2009 6:27 pm
by Coldman
Is it all IE versions or?
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]-->
Edit:
Don't forget to have {literal} ...... {/literal}
Re: Search module changes behaviour in Firefox 3.5
Posted: Sun Oct 25, 2009 7:39 pm
by saltydog
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
Posted: Sun Oct 25, 2009 8:37 pm
by Coldman
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