When I open an image in highslide there is no control bar. I downloaded the js from http://highslide.com/configurator.php and it is working but without controls like next, prev, move and close buttons.
the html code is:
<a id='1p' class='highslide' onclick='return hs.expand (this)' href='1.jpg'><img src='1_t.jpg' /></a>
Any solution?
Finaly I found the solution:
I've added this to head part of html code:
then this to body part (it can be placed anywhere):
Now the control buttons are enabled.