I have create a folder in my server called panel
So my full path is:
http://mydomain/myforum/panel
in there i have upload the jkpanel.js,jquery-1.2.2.pack.js,and the image panel.gif
i have create an panelcontent.htm page also and upload it in that forder.
I use IPB3 and i place the script inti the head also.
Now i dont unterstand is what i have to place in the script.
For example here:
<script type="text/javascript" src="jquery-1.2.2.pack.js"></script>
Here:
<script type="text/javascript" src="jkpanel.js">
and here:
background: transparent url("panel.gif")
I have try both ways like this above and like this below:
<script type="text/javascript" src="http://mydomain/myforum/panel/jquery-1.2.2.pack.js"></script>
Here:
<script type="text/http://mydomain/myforum/panel/javascript" src="jkpanel.js">
and here:
background: transparent url("http://mydomain/myforum/panel/panel.gif")
Wich of the two examples are corect and what am I missing?