1) Script Title: boxing-away
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/awaybox.htm
3) Describe problem:
hello everyone.
i am very new in coding an have a problem with the boxing-away-skript.
original the skript shows boxes in colors define in the style:
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:green;
background-color:green;
border:0.1px solid green;
z-index:10;
}
-->
</style>
now i would like to load in the boxes a pic, but its not working...
i tryed:
<!--
.intro{
position:absolute;
left:0;
top:0;
background-image: url(http://www.exemple.de/example.gif);
layer-background-image: url(http://www.exemple.de/example.gif);
border:0.1px solid green;
z-index:10;
}
-->
</style>
but its not working...
any idee?
thanks for any help![]()



Reply With Quote

Bookmarks