Transparent Background in modal popup /iframe

Hi all,

I wondered if anyone could point me in the right direction on how to make the link modal background transparent. I have links in grids etc and even though its called a modal it shows as a iframe in inspect element.

http://stackoverflow.com/questions/3222961/how-to-make-a-transparent-background-without-background-image
and here: http://www.w3schools.com/css/css_image_transparency.asp
and you can even fiddle and play with your code on w3schools… :slight_smile:

Thank you for quick reply, But where do you change in scriptcase ? hard coding or can be done within scriptcase?

In the events you can simply echo your code. Just put an echo "OnApplicationInit’; etc in your events and see what happens.
That basically means you can echo pieces of javascript also. Check out in the forum, there are many examples in there.
Of course you can by hand change your css as well and upload it to your server. You’d only have to be aware then that if you upload new code to be aware of a customised css. So that is why
coding it may be easier.