Hi everybody,
In file ja_zeolitecssie6.php have code use fix transparent IE6
Example:
[php]
h1.logo a {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $template_path;?>/images/logo.png’, sizingMethod=’image’);
background-image: none;
}
[/php]
I have try apply for input search
[php]
#ja-search {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $template_path;?>/images/search-bg.png’,sizingMethod=’image’);
background-image: none;
}
[/php]
When check on IE6 it’s not white background anymore everything full transparent but I can not focus cursor to text box search, it looks disable.
who can let me know how can fix this issue.
Thanks advance