
Originally Posted by
Beverleyh
We need a bit more information from you before we can give accurate advice.
Please provide links to the demo page/origin site of the slimbox and drop in content box scripts you're using. Its impossible to guess what they are from the names alone and we'll need to see original demos/examples to check that you're setting them up correctly. And of course that also means we'll need to see your web page as well, so please setup an example web page for us to look over and post the link in your reply.
Drop-in content box ---> http://www.dynamicdrive.com/dynamici.../dropinbox.htm
Slimbox 1.8 ---> http://www.digitalia.be/software/slimbox#download
Code:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<script type="text/javascript" src="/File/lightbox2/js/mootools.js"></script>
<script type="text/javascript" src="/File/lightbox2/js/slimbox.js"></script>
<link rel="stylesheet" href="/File/lightbox2/css/slimbox.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/File/popup/dropincontentbox2.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="/File/popup/jquery.easing.1.3.js""></script>
<script src="/File/popup/dropincontentbox.js">
/***********************************************
* Drop In Content Box (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
</script>
<script type="text/javascript">
var dropinbox1=new dropincontentbox({
source:['#dropbox', '/File/popup/dropincontent4.htm'], //#id of DIV to show if defined inline, or [#id, /File/popup/dropincontent4.htm] if defined in external file
cssclass:'dropinbox standardshadow', //arbitrary class(es) to add to the drop in box to style it
showduration:30 //disappear after x seconds?
})
var dropinbox2=new dropincontentbox({
source:'#reminder', //#id of DIV to show if defined inline
cssclass:'dropinbox dropinboxaltstyle drop-shadow lifted',
fx:'easeInExpo', //alternate drop animation keyword
pos:[-20, -20], //custom position of drop in box
deferred:1 //show box 1 sec after page has loaded
})
</script>
</head>
<body></body>
</html>
File dropincontent4.htm:
Code:
<div id="dropinbox" style="widht:626; height:425"><img src="/Image/konkurs4.jpg" alt="Tu podaj tekst alternatywny" /></div>
Bookmarks