MyMammothTech Posted July 6, 2010 Share Posted July 6, 2010 I am trying to get the tool to be even with the text that is on the right. I have tried putting in every spot that I can think of but it keeps kicking up or down never even. www.MyMammothList.com code: <div class="header_top"> <div class="header_top_res"> <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en' }, 'google_translate_element'); } </script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <p> <?php echo cp_login_head(); ?> <a href="<?php if (get_option('cp_feedburner_url')) { echo get_option('cp_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/icon_rss.gif" width="16" height="16" alt="rss" class="srvicon" /></a> <?php if (get_option('cp_twitter_username')) : ?> | <a href="http://twitter.com/<?php echo get_option('cp_twitter_username'); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/icon_twitter.gif" width="16" height="16" alt="tw" class="srvicon" /></a> <?php endif; ?> | <a href="http://www.facebook.com/#!/pages/Mammoth-Lakes-CA/MyMammothTech/111747492182127"title="Check out my Facebook Fan Page" target="_blank"><img src="http://www.mymammothlist.com/images/facebook.png" width="16" height="16" alt="facebook" class="srvicon"/></a> | <a href="http://www.mymammothlist.com/feed/"title="Check out my Blogger Feed" target="_blank"><img src="http://www.mymammothlist.com/images/feed.png" width="16" height="16" alt="facebook" class="srvicon"/></a> </p> </div><!-- /header_top_res --> </div><!-- /header_top --> [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/206890-google-trananslation-at-top-of-page/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.