Jump to content

simple but cant fix


deansaddigh

Recommended Posts

basically my page has a sign in and when you click it and hover over forgot password some tool tips come up.

its all programmed in and even takes the red i set in the css but for somereason its not showing the arrow.

 

http://www.languageschoolsuk.com/index.php

 

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner { padding: 4px 5px; background-color: red; color: white; max-width: 200px; text-align: center; }
  .tipsy-north { background-image:url("images/tipsy-north.gif"); background-position: top center; } 
  
  .tipsy-south { background-image: url("images/tipsy-south.gif"); background-position: bottom center; }
  .tipsy-east { background-image: url("images/tipsy-east.gif"); background-position: right center; }
  .tipsy-west { background-image:url("images/tipsy-west.gif"); background-position: left center; }

 

Those arrows don't show up even though i believe the location is correct.

 

if you go here you can see the arrow thats meant to show up

http://aext.net/example/twitterlogin/#

 

Heres the call to the script

 

<script src="js/jquery.tipsy.js" type="text/javascript"></script>  
  
  <script type='text/javascript'>
    $(function() {
  $('#forgot_username_link').tipsy({gravity: 'n'});   
    });
  </script>    

 

and heres where it gets executred

 

 <p class="forgot-username"> <A id=forgot_username_link 
title="If you remember your password, try logging in with your email" 
href="#">Forgot your username?</A> </p>

 

any help would be amazing

 

Thanks

 

 

Link to comment
https://forums.phpfreaks.com/topic/203200-simple-but-cant-fix/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.