Shape 5

Joomla Templates => Eden Rock - April 08 - Club => : thesr May 09, 2008, 06:38:40 AM



: Urgent: IE search
: thesr May 09, 2008, 06:38:40 AM
Is it me or ALL  didn't notice that the search in IE is missing ?

Please look into this guys
From Demo - FAILED
Latest template download  -FAILED


Browser IE 7


: Re: Urgent: IE search
: thesr May 09, 2008, 06:51:29 AM
i tought this will settle the problem . but NO.    :-\


* html #s5_user4 {
    background:none;
   filter:progid:dximagetransform.microsoft.alphaimageloader(src='<?php echo $mosConfig_live_site;?>/templates/edenrock/images/s5_search.png', sizingmethod='scale');
}


: Re: Urgent: IE search
: mikek May 09, 2008, 03:02:42 PM
thesr,

You can remove the code you have below. But inside your template_css.css file just change it to the following:

#s5_user4 {
display:none;
z-index:2;
position:absolute;
}

or you can just over-write the template_css.css file with the one in the download section.


: Re: Urgent: IE search
: brenden May 12, 2008, 07:51:08 PM
Great! thanks for that... worked for me.