I just got back home from work, so I AM sorry I couldn't reply earlier.
I downloaded and tried the new files you provided... THANKS A MILLION man! Your patience and help are more than amazing

Waiting eagerly for the new update

Code: Select all
<script type="text/javascript">var Extension2_default_layer=1;</script>
Code: Select all
Extension2_open_fixed(); if (1){Extension2_curr_layer = 1;}
Code: Select all
Extension2_goto(1);
yes, i'm aware of this, unfortunately there is nothing we can do about it.Well, I was looking at the code in the html file... Man, you are UNBELIEVABLY GENIUS!
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<data>
<channel>
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Website.jpg</image>
<title> </title>
</item>
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Network.jpg</image>
<title> </title>
</item>
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Computer.jpg</image>
<title> </title>
</item>
<item>
<link>http://www.wysiwygwebbuilder.com</link>
<image>Smartphone.jpg</image>
<title> </title>
</item>
</channel>
<config>
<isShowTitle>false</isShowTitle>
<titleBgColor>0x000000</titleBgColor>
<titleTextColor>0xFFFFFF</titleTextColor>
<titleBgAlpha>0.75</titleBgAlpha>
<titleMoveDuration>1</titleMoveDuration>
<titleFont>Arial</titleFont>
<roundCorner>4</roundCorner>
<isShowBtn>false</isShowBtn>
<btnDefaultColor>0x000000</btnDefaultColor>
<btnHoverColor>0x666666</btnHoverColor>
<btnTextColor>0xFFFFFF</btnTextColor>
<btnFocusColor>0x666666</btnFocusColor>
<btnAlpha>0.7</btnAlpha>
<transDuration>1</transDuration>
<transform>breathe</transform>
<blendMode>normal</blendMode>
<scaleMode>exactFit</scaleMode>
<btnSetMargin>auto 5 5 auto</btnSetMargin>
<btnDistance>20</btnDistance>
<autoPlayTime>4</autoPlayTime>
<changImageMode>click</changImageMode>
<windowOpen>_blank</windowOpen>
<isHeightQuality>true</isHeightQuality>
<isShowAbout>true</isShowAbout>
</config>
</data>
thank you for your kind words; your feedback is highly appreciated.gzagone wrote:Hello, congratulations and many thanks for your excellent work. I am a good web designer, but a bad programmer! In your beautiful example "scrolling layers" I saw that to open the layers do not use only the "icons" but the text line. How can I do this? Where do I write the functions? Could you post an example of using the text function? Thank you very much for the answer you could give.
Congratulations again for your wonderful work!
I totally agree, but what if someone wants the layer (oc2 extension) to open after 5 seconds from page load? I think it needs the code you gave me before about timed events, right?[RZ] wrote:use the visibility property.
read the properties descriptions... this is also helpful.
hidden: the layers are closed when the page loads.
visible: the layers are automatically opened when the page loads.
(@supersonictt: mmm... dont need onload events... i mean dont need to add code.)
100%I totally agree, but what if someone wants the layer (oc2 extension) to open after 5 seconds from page load? I think it needs the code you gave me before about timed events, right?