[Plugin: Digg Digg] LinkedIn button in Internet Explorer
-
I am using manual placement. The LinkedIn button itself is distorted (the ‘in’ part of the icon comes after the word ‘share’) in Internet Explorer only.
Here’s a sample of the problem: http://www.nrsfamilylaw.com/about-us/
I am using the following code in my php files:
<div style="float:right;margin-top:-90px;width:100%;"> <span style="margin-right:0px;margin-top:-2px;float:right;"> <?php if(function_exists('dd_fbshare_generate')){dd_fbshare_generate('Compact');} ?> </span> <span style="margin-right:-20px;float:right;"> <?php if(function_exists('dd_twitter_generate')){dd_twitter_generate('Compact','nrsfamilylaw');} ?> </span> <span style="margin-right:-17px;float:right;"> <?php if(function_exists('dd_google1_generate')){dd_google1_generate('Compact (20px)');} ?> </span> <span style="margin-right:10px;float:right;"> <?php if(function_exists('dd_linkedin_generate')){dd_linkedin_generate('Compact');} ?> </span> </div> <div class="clear"></div>What is wrong with the linkedin icon in IE?
Thank you for any help or suggestions with this..
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Digg Digg] LinkedIn button in Internet Explorer’ is closed to new replies.