margin-bottom: 5px;
}
+.MultiBoxContainer {
+ position: absolute;
+ border: 2px solid #000;
+ background-color: #FFF;
+ display: none;
+ z-index: 2;
+ text-align: left;
+}
+
+.MultiBoxLoading {
+ background: url(loading.gif) no-repeat center;
+}
+
+.MultiBoxContent {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
+}
+
+.MultiBoxClose {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ background: url(close.png) no-repeat;
+ width: 24px;
+ height: 24px;
+ cursor: pointer;
+}
+
+
+.MultiBoxControlsContainer {
+ overflow: hidden;
+ height: 0px;
+ width: 100%;
+}
+
+.MultiBoxControls {
+ width: 100%;
+ height: auto;
+ position: relative;
+ background-color: #000000;
+}
+
+
+.MultiBoxPrevious {
+ position: absolute;
+ background: url(left.png) no-repeat;
+ width: 24px;
+ height: 24px;
+ left: 0px;
+ margin-top: 5px;
+ cursor: pointer;
+}
+
+.MultiBoxNext {
+ position: absolute;
+ background: url(right.png) no-repeat;
+ width: 24px;
+ height: 24px;
+ right: 0px;
+ margin-top: 5px;
+ cursor: pointer;
+}
+
+.MultiBoxNextDisabled {
+ cursor: default;
+ background: url(rightDisabled.png) no-repeat;
+}
+
+.MultiBoxPreviousDisabled {
+ cursor: default;
+ background: url(leftDisabled.png) no-repeat;
+}
+
+.MultiBoxTitle {
+ position: relative;
+ margin: 10px 0 0 35px;
+ float: left;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #FFF;
+ font-weight: bold;
+ text-align: left;
+}
+
+.MultiBoxNumber {
+ position: relative;
+ width: 50px;
+ margin: 10px 35px 0 0;
+ float: right;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #FFF;
+ text-align: right;
+}
+
+.MultiBoxDescription {
+ clear: left;
+ position: relative;
+ margin: 0 35px 0 35px;
+ padding-top: 5px;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ color: #FFF;
+ text-align: left;
+}
alert(msg)
/* end debugging output */
+ var ovlparams = {}
+ ovl = new overlay(ovlparams)
+
var iboxparams = {
- useOverlay: true,
+ overlay: ovl,
showNumbers: false,
+ showControls: true,
openFromLink: false,
- descClassName: 'infoboxdesc',
+ movieWidth: 640,
+ movieHeight: 480,
+ descClassName: 'infoBoxDesc',
}
- ibox = new multiBox('infobox', iboxparams)
+ ibox = new multiBox('infoBox', iboxparams)
var winparms = {}
showwin = new showWindow('slideshowWindow',winparms)
my $i=0+$self->{-parent}->{-numofimgs};
$self->{-parent}->{-numofimgs}++;
- print $IND start_div({-class=>'ibox',-id=>$name,
- -OnClick=>"HideIbox('$name');"}),"\n",
- start_div({-class=>'iboxtitle'}),
- span({-style=>'float: left;'},b("Info for $name")),
- span({-style=>'float: right;'},
- a({-href=>"#",-OnClick=>"HideIbox('$name');"},"Close")),
- br({-clear=>'all'}),"\n",
- end_div,"\n",
- $self->infotable,
- end_div,"\n";
print $IND a({-name=>$i}),"\n",
start_table({-class=>'slide'}),start_Tr,start_td,"\n",
div({-class=>'slidetitle',-id=>$name},
a({-href=>".html/$name-info.html",
-title=>'Image Info',
- -class=>'infobox'},
+ -class=>'infoBox'},
$title)),"\n",
div({-class=>'slideimage',-id=>$name},
a({-href=>".html/$name-static.html",-title=>$title,