Advanced Layer Popup Support Product Page
No close (cancelipod.png ) showing
Asked 04 May 2011 00:25:06
1
has this question
04 May 2011 00:25:06 Dave Watson posted:
HiI have used ALP on a few sites with few problems, but now
I have a site in development and call up a booking form in ALP by putting an iframe in the url ALP calls on click.
I have tried commenting out all the CSS and the spry apart from ALP, but no joy.
Test site is under www.wtas-on.de/rom/index.html
The link "Buchung" calls up the ALP window that will close if you click where the cancelipod.png should be.
I can not find a reason why other sites work and this one wont.
I have updated to the newest ALP.
Would be greatfull for some help.
Dave
Replies
Replied 04 May 2011 09:59:51
04 May 2011 09:59:51 Miroslav Zografski replied:
Hi Dave,
It seems that the cancelipod.png is not the image that is to be shown but cancelnova.png and that image is not uploaded.
Regards,
It seems that the cancelipod.png is not the image that is to be shown but cancelnova.png and that image is not uploaded.
Regards,
Replied 07 May 2011 09:30:03
07 May 2011 09:30:03 Dave Watson replied:
Thanks.
dmxpopup.css calls up cancelnova.pnp, then iPod.css calls up cancelipod.png.
Should this not have over written the general css?
.iPod .closeHandle
{
top: 4px;
right: 3px;
width: 11px;
height: 11px;
background-image: url(cancelipod.png);
}
I have renamed close.png to cancelnova in the styles folder and it now works.
dmxpopup.css calls up cancelnova.pnp, then iPod.css calls up cancelipod.png.
Should this not have over written the general css?
.iPod .closeHandle
{
top: 4px;
right: 3px;
width: 11px;
height: 11px;
background-image: url(cancelipod.png);
}
I have renamed close.png to cancelnova in the styles folder and it now works.