Hello
many thanks for answering.
Sorry I can't put the url for privacy reasons required by my customer
(he wants to wait the official release date).
Anyway the problem was the DTD as you told!
Since I'm customizing osCommerce with STS template system, there is a
function that writes an html comment <!-- --> before the <!DOCTYPE -->
line.
So while the other browsers probably fix this, explorer doesn't!
Now is working!
As I'm a newby with Uize, and had not enough time to study the classes
yet, I have another question if you can help me!
I used the example page to make this working, modifying the script
within the thumbnails div, just putting the img url, and changing the
replace line, telling the "big size" picture directory, like this:
window.$page_$$ = {
idPrefix:{root:'thumbnails',tagName:'DIV',className:'thumbnail'},
widgetClass:'Uize.Widget.CollectionItem.Zooming',
previewZoomUrl:function () {return this.get ('previewUrl').replace
('images','images/big')},
zoomPower:2.5
};
Then, to make the script start, I used the example page object class:
Uize.module ({
required:[
'UizeDotCom.Page.Example.library',
'UizeDotCom.Page.Example'
],
builder:function () {(
window.page = new
UizeDotCom.Page.Example).wireUi ()}
});
This is also opening a "share this" menu on the left of the screen,
which I hide with css on his div (display: none).
As this is not a good solution, I'm asking how can I set an option to
don't show that "share this" panel.
Many thanks again!!!
Max.