http://artwill.juntosinc.com/
the social tooltip looks weird in IE
webGP answers:
Hello!
Paste the code below in your header.php file or into one of your javascirpt files located in http://artwill.juntosinc.com/wp-content/themes/konzept/scripts/ folder:
<script type="text/javascript">
jQuery(document).ready(function()
{
if (jQuery.browser.msie && parseInt(jQuery.browser.version, 10) <= 8) {
jQuery('#tt-wrapper li a span').css("opacity", 0);
jQuery('#tt-wrapper li a').hover(
function()
{
jQuery(this).find('span').animate({"opacity": 1, "bottom": "45px"},100);
},
function()
{
jQuery(this).find('span').animate({"opacity": 0, "bottom": "100px"},100);
});
}
});
</script>
Note: If you use the header file paste before </ head> if you use the scripts directory file delete the line '<script type="text/javascript">' and '</script>'
miamega comments:
It works, thanks. i still have few more things for you to fix. are you ok?
miamega comments:
this is fix how can i award the money to you?