1) Drop-in content box v2.0:
2) http://www.dynamicdrive.com/dynamici...dropinbox.htm:
I see the line in dropincontentbox.js to change the close image but how can I add that line to the invoke script within the HTML file just as the other options such as freq, showduration?
This is what I tried without success
<script>
var dropinbox1=new dropincontentbox({
source:'#dropbox',
cssclass:'dropinbox standardshadow',
showduration:20,
freq:'always',
deferred:1,
closebutton:'<div class="closer"><img src="star.png" /></div>'
})
</script>



Reply With Quote
Bookmarks