Ciao a tutti
Ho qualche problema nella validazione di un documento. L'errore riportato si riferisce a questo script:
<script type="text/javascript" src="files/highslide_script/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="files/highslide_script/highslide.css" />
<script type="text/javascript">
hs.graphicsDir = 'files/highslide_script/graphics/';
hs.registerOverlay({
html: '<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>',
position: 'top right',
fade: 2 // fading the semi-transparent overlay looks bad in IE
});
hs.outlineType = 'rounded-white';
hs.wrapperClassName = 'draggable-header';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
// mette le frasiCLOSE e MOVE hs.wrapperClassName = 'dark borderless floating-caption';
hs.fadeInOut = true;
hs.dimmingOpacity = .75;
// Add the controlbar
if (hs.addSlideshow) hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: false,
fixedControls: 'fit',
overlayOptions: {
opacity: .75,
position: 'bottom center',
hideOnMouseOut: true
}
});
</script>
Inoltre in una table riscontro questo errore:
<table id="two-columns" border="0" cellpadding="0" cellspacing....
----> ID "two-columns" already defined
Qualcuno può darmi una mano?
Grazie