Need help getting ajax script to work

Fearghal

Member
Messages
286
Reaction score
0
Points
16
Hey, could someone help me out. Ive been trying to figure out this problem and it just doesn't seem to want to work!

I am using an Ajax tool-tip script from javascriptkit.com which can be found here here.

Now, Ive followed the instructions and when I hover over the element it brings up a title box, however there is no text in the box.

You can have a look at my page which is found here. If you however over the link "Enemies of the crew" you can see this.

Im using frontpage.
Any help would be appreciated.

Thanks
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
What text is supposed to be in the box?
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
It is saying
Captain K Janeway is the Commander of the Starship.

It is loading properly I think as the external1.htm contains only this sentence

Captain K Janeway is the commander of the starship voyager.

Somewhere you have to set the color. It is taking the same color of background yellow.
 
Last edited:

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
I updated the post The background and coloru of the text are becoming same. I think it is because of the
Code:
<link rel="stylesheet" type="text/css" href="_themes/slate/slat1011.css">
I think

It is added at the body tag. In this all the tags colors are set to White.


EDIT

If you want to see what i am saying then check this way

In the TheCrew.shtml change the background and border colors then you can see what i am saying.

Code:
background: gray;
border: 2px solid lightyellow;

Just I Interchanged the colors to see white letters making the background color gray
 
Last edited:

Fearghal

Member
Messages
286
Reaction score
0
Points
16
I updated the post The background and coloru of the text are becoming same. I think it is because of the
Code:
<link rel="stylesheet" type="text/css" href="_themes/slate/slat1011.css">
I think

It is added at the body tag. In this all the tags colors are set to White.

OMG! Thank you sooo much! :biggrin:

+Rep
 
Top