path = "http://www.axonpublish.com/wp-content/themes/axon-2010"; $(document).ready(function() { // Tooltips $('.page-template-t_our-people-php .entry span.tooltip[title]').qtip({ style: { width: 130, padding: 5, background: '#0790c8', color: '#ffffff', textAlign: 'center', border: { width: 7, radius: 5, color: '#0790c8' }, tip: true, name: 'dark' // Inherit the rest of the attributes from the preset dark style }, position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' } } }) $('.page-template-t_our-clients-php .entry ul li a[title]').qtip({ style: { width: 130, padding: 5, background: '#0790c8', color: '#ffffff', textAlign: 'center', border: { width: 7, radius: 5, color: '#0790c8' }, tip: true, name: 'dark' // Inherit the rest of the attributes from the preset dark style }, position: { corner: { target: 'bottomMiddle', tooltip: 'topMiddle' } }, content: 'Case Study' }) $('.page-template-t_our-people-php .entry span.tooltip[title] img, .page-template-t_our-clients-php .entry ul li a[title]').attr('title','').attr('alt',''); if($("#contentRight").height() > 358) { $("#rightHandSide").css("height",$("#contentRight").height()+278); $("#sidebar").css("height",$("#contentRight").height()+127); $(".browserIE6 #rightHandSide, .browserIE7 #rightHandSide").css("height",$("#contentRight").height()+288); $(".browserIE6 #sidebar, .browserIE7 #sidebar").css("height",$("#contentRight").height()+137); } else { $("#rightHandSide").css("height",$("#sidebar").height()+151); $("#contentRight").css("height",$("#sidebar").height()-117); } // Load AddThis button if not IE7 and IE8 (has js errors) if (!($.browser.msie)) { $("#rightHandSide.blog #main .post #sidebar").html($("#rightHandSide.blog #main .post #sidebar").html() + "\"Bookmark"); } });