CINXE.COM

<html> <head> <script type="text/javascript" src="//tools.euroland.com/tools/common/jquery-1.6.2.min.js"></script> <script type="text/javascript" src="//tools.euroland.com/tools/common/eurolandiframeautoheight/eurolandtoolsintegrationobject.js"></script> <style type="text/css"> @import url('https://fonts.googleapis.com/css?family=Raleway:300,400,600,700'); body, .tabItem { font-family: Raleway, sans-serif; font-size: 14px; color: #6B6B6B; } div { display: block; } iframe { width: 100%; height: 100%; border: 0; } .tabs { text-align: center; border-bottom: 0px; font-size: 0px !important; padding:0; } .tabs li { float: none; display: inline-block; margin: 0px; } .tabItem { height: auto; line-height: normal; padding-top: 0em !important; padding-bottom: 0em !important; margin-left: 1.0em; margin-right: 1.0em; padding-left: 0px!important; padding-right: 0px!important; text-decoration: none; font-weight: 300; text-transform: uppercase; font-size: 14px; font-style: normal; letter-spacing: 1px; background: transparent; border: 0em solid #4a7992; color: #888; -webkit-transition: padding .5s ease-in-out, font-weight .5s ease-in-out,color .5s ease-in-out; -o-transition: padding .5s ease-in-out, font-weight .5s ease-in-out,color .5s ease-in-out; transition: padding .5s ease-in-out, font-weight .5s ease-in-out,color .5s ease-in-out; margin-left: -0.08em; position: relative; top: 0; left: 0.08em; } .tab-content { padding-top: 35px; } .tabItem:hover, .tabItem:active { background: transparent; color: #4a7992; border-bottom: 0.08em solid #4a7992; padding-bottom: 12px !important; text-decoration: none; font-weight: bold; font-style: normal; z-index: 9; } .tab-active, .tab-active:hover { background: transparent; color: #4a7992; border-bottom: 0.08em solid #4a7992; padding-bottom: 12px !important; font-weight: bold; position: relative; top: 0px; left: 0px; z-index: 10; } </style> <script type="text/javascript"> $(document).ready(function () { EurolandToolIntegrationObject.set("EuroID"); // Tab setup $('.tabs a').click(function (e) { e.preventDefault(); var $this = $(this), role = $this.attr('role'); if ($this.hasClass('.tab-active')) { return; } $this.parent().siblings().children('a.tab-active').removeClass('tab-active'); $this.addClass('tab-active'); if (role == 'tab1') { $('#EuroID').attr('src', '/tools/sharegraph/?s=1202&companycode=f-ipn&lang=en-gb'); } if (role == 'tab3') { $('#EuroID').attr('src', '/tools/splookup/?companycode=f-ipn&lang=en-gb'); } if (role == 'tab4') { $('#EuroID').attr('src', '/tools/investmentcal2/?companycode=f-ipn&lang=en-gb'); } return false; }) }); </script> </head> <body> <div class="tabs-control"> <ul class="tabs"> <li><a href="#" role="tab1" class="tabItem second-heading tab-active ">Share Graph</a></li> <li><a href="#" role="tab3" class="tabItem second-heading ">Historical Lookup</a></li> <li><a href="#" role="tab4" class="tabItem second-heading ">Investment Calculator</a></li> </ul> <div class="clear-both"></div> </div> <div class="tabs-content-wrapper"> <div class="tab-content"> <iframe id="EuroID" scrolling="auto" src="/tools/sharegraph/?s=1202&companycode=f-ipn&lang=en-gb" /> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10